/* Start guess the car */
.gtc-head-section {
    margin: 0 auto;
    max-width: 660px;
}
.gtc-head {
    display:inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.gtc-answer {
    text-align: center;
}
.gtc-answer h4 {
    margin-bottom: 25px !important;
}
.gtc-recent {
    display: inline-block;
    width: 60%;
    float: left;
}
.gtc-sponsor {
    display: inline-block;
    width: 40%;
    float: left;
    padding-left: 25px;
    text-align: center;
}
.gtc-sponsor h5 {
    text-align: center;
}
.gtc-sponsor img {
    margin-top: 15px;
    margin-bottom: 25px;
}
.gtc-sponsor span {
    font-weight: 700;
    text-align: center;
}
.gtc-recent.full {
    width: 100%;
    text-align: center;
}
.gtc-form-section {
    margin: 0 auto;
    max-width: 600px;
}
.gtc-winner-section {
    margin: 0 auto;
    max-width: 660px;
}
.gtc-winner {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px;
    margin-bottom: 25px;
}
.gtc-winner-image {
    display: inline-block;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 25px;
}
.gtc-winner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gtc-winner-info {
    display: inline-block;
    width: calc(100% - 275px);
    float: left;
    /*padding: 25px 0px 25px 25px;*/
}
.gtc-winner-info.full {
    text-align: center;
    width: 100%;
}
.gtc-winner-info h4 {
    margin-bottom: 15px !important;
    padding: 0px !important;
}
.gtc-winner-info h5 {
    margin-bottom: 15px !important;
    padding: 0px !important;
}
.gtc-winner-info a {
    
}
.gt-archive-item {
    margin-bottom: 25px;
}
.gt-archive-item h4 {
    min-height: 36px;
}

@media (min-width: 1400px) {
    .gtc-head-section,
    .gtc-winner-section {
        max-width: 740px;
    }
}
@media (max-width: 1260px) and (min-width: 900px) {
    .gtc-head-section,
    .gtc-winner-section {
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .gtc-head-section,
    .gtc-winner-section {
        max-width: 700px;
    }
}

@media (max-width: 1224px) and (min-width: 1024px),
(max-width: 700px) {
    .gtc-winner-image,
    .gtc-winner-info,
    .gtc-recent,
    .gtc-sponsor {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .gtc-winner-image,
    .gtc-recent {
        margin-bottom: 25px;
    }
    .gtc-winner-info {
        position: unset !important;
        top: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
    }
}

/* End guess the car */