@media screen and (min-width: 1920px) {
    .buildstrong {
        padding: 10% 12%;
    }

    .buildstrong>div>* {
        padding: 0 5vw;
    }
}

@media screen and (max-width: 1440px) {
    .winforce>div h3 br {
        display: none;
    }

    .kf-slider {
        gap: 1vw;
    }
}

@media screen and (max-width: 1200px) {
    .InnerGIGABYTEContent h3 {
        font-size: 1.6rem;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li,
    .InnerGIGABYTEContent a {
        font-size: .9rem;
    }

    .kf-sliders {
        background-image: url(../innergigabyteimages/kf-img-bg.jpg);
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .kf-slider {
        flex-direction: column;
        display: flex;
        padding: 0 5vw;
        opacity: 0;
    }

    .kf-img-bg {
        width: unset;
        left: unset;
        top: unset;
        transform: unset;
        margin: auto;
        inset: 0;
        height: 100%;
        opacity: 0.3;
    }

    .kf-text {
        min-width: unset;
        padding: 5vw;
        gap: 5vw;
    }

    .kf-img {
        width: 90%;
    }

    .yt-video-section .video-container iframe,
    .yt-video-section .video-container object,
    .yt-video-section .video-container embed {
        width: 100%;
        height: 100%;
    }

    .winforce {
        flex-direction: column-reverse;
        margin-top: 5vw;
    }

    .winforce>div {
        position: relative;
        width: 100%;
        height: unset;
        flex-direction: column;
        padding: 0 5vw;
    }

    .winforce>div h3,
    .winforce>div p {
        text-align: center;
        width: 100%;
    }

    .active.windforce-scroll img.bg {
        opacity: .5;
    }

    .windforce-scroll img.slogan {
        display: none;
    }

    .wind-texts div {
        padding: 0 5vw;
    }

    .wind-texts h3 {
        text-align: center;
    }

    .windimgs img {
        width: 100%;
        height: unset;
    }

    .windimgs.stt1,
    .windimgs.stt2,
    .windimgs.stt3 {
        transform: scale(1.5);
    }

    .windimgs.stt4 {
        transform: translate(-26%, -1%) scale(2.1);
    }

    .windimgs.stt5 {
        transform: translate(-12%, -10%) scale(2.1);
    }

    .heat_feature_container>div {
        flex-direction: column;
        align-items: center;
    }

    .heat_feature_cols>div>img {
        width: 100%;
        height: unset;
    }

    .buildstrong {
        gap: 30vw;
        padding: 35% 10%;
        background-image: radial-gradient(#00000080, black), url(../innergigabyteimages/eagle/22.jpg);
    }

    .buildstrong>div:nth-child(odd),
    .buildstrong>div:nth-child(even) {
        align-items: center;
        gap: 2vw;
    }

    .buildstrong>div>* {
        width: 100%;
    }

    .buildstrong .slogan {
        display: none;
    }

    .others {
        padding: 10% 10% 0;
    }

    .others h3 {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .windimgs.stt4 {
        transform: translate(-29%, -1%) scale(2.3);
    }
}

@media screen and (max-width: 1024px) and (max-height:768px) {
    .windimgs.stt4 {
        transform: translate(-19%, 0%) scale(1.5);
    }
}

@media screen and (max-width: 768px) {
    .windimgs.stt4 {
        transform: translate(-26%, -1%) scale(2.1);
    }

    .brand-logo>div {
        gap: 5vw;
    }

    .brand-copyright img {
        width: 100%;
    }

}