@media screen and (max-width: 1600px) {
    .nv-slider>img {
        max-width: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .InnerGIGABYTEContent h3 {
        font-size: 1.6rem;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li,
    .InnerGIGABYTEContent a {
        font-size: .9rem;
    }

    .sec1 {
        height: 150vh;
    }

    .kf-slider {
        flex-direction: column-reverse;
        display: flex;
        padding: 0 5vw;
    }

    .kf-img-bg {
        width: unset;
        left: unset;
        top: unset;
        transform: unset;
        margin: unset;
        inset: unset;
        height: 100%;
        opacity: 0.3;
        right: 0;
    }

    .kf-text {
        min-width: unset;
        padding: 5vw;
        gap: 5vw;
    }

    .kf-img {
        width: 90%;
    }

    .kf-logos img {
        height: 60px;
        margin: 0 2vw 0 0;
    }

    div.kf-sliders>div:nth-child(1)>img.kf-img {
        display: none;
    }

    .yt-video-section .video-container iframe,
    .yt-video-section .video-container object,
    .yt-video-section .video-container embed {
        width: 100%;
        height: 100%;
    }

    #nvslide,
    .nvslide {
        height: 130vh;
        padding: 5vw 2.5vw;
    }

    .nvslide h4,
    .nvslide p {
        text-align: left;
        letter-spacing: 0px;
        font-weight: 400;
    }

    .nv-slider {
        gap: 5vw;
    }

    .ada .img {
        width: 50%;
        height: 100%;
    }

    .adagrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .adagrid>div {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .adagrid>div>div {
        display: flex;
        flex-direction: column;
    }

    .adagrid h4,
    .adagrid p {
        text-align: left;
        letter-spacing: 0px;
    }

    .adagrid img {
        max-width: 35px;
    }

    .winforce {
        flex-direction: column;
    }

    .winforce>div {
        position: relative;
        height: unset;
        flex-direction: column;
        padding: 0 10% 5%;
    }

    .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.stt4 {
        transform: translate(-85%, -10%) scale(3);
    }

    .heat_feature_container>div {
        flex-direction: column;
        align-items: center;
        gap: 10vw;
    }

    .heat_feature_cols>div>img {
        width: 100%;
        height: unset;
    }

    .highlight_feature h3 {
        font-size: 2rem;
    }

    .buildstrong {
        gap: 10vw;
        padding: 20% 10%;
        background-image: radial-gradient(#00000080, black), url(../innergigabyteimages/eagle/22.jpg);
    }

    .buildstrong_icon_box .buildstrong_icon_title h3 {
        font-size: 2rem;
    }

    .buildstrong>div:nth-child(odd),
    .buildstrong>div:nth-child(even) {
        align-items: center;
        gap: 2vw;
        padding: 0;
    }

    .buildstrong>div>* {
        width: 100%;
    }

    .buildstrong .slogan {
        display: none;
    }

    .buildstrong_icon_block_right h3 {
        font-size: 1.2rem;
    }

    .psu {
        padding: 15vw 5vw 0;
    }

    .psu>div {
        gap: 2vw;
    }

    .psu>div a {
        padding: 0.7vw 2vw;
    }

    .psu .psugrid {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }

    .others {
        padding: 10%;
    }

    .utility h3 {
        width: 80%;
    }

    .utility h3 {
        font-size: 2rem;
    }

    .brand-logo img {
        max-height: 50px;
    }
}

@media screen and (max-width: 767px) {

    .InnerGIGABYTEContent h3 {
        font-size: 1.4rem;
    }

    .kf-logos img {
        height: 50px;
        margin: 0 3vw 0 0;
    }

    .winforce>div {
        gap: 5vw;
    }

    .winforce>div h3 {
        font-size: 1.8rem;
    }

    .heat_feature_container {
        padding: 20vw 10vw;
    }

    .heat_feature_container>div {
        gap: 20vw;
    }

    .heat_feature_cols>div {
        gap: 3vw;
    }

    .highlight_feature {
        padding-bottom: 10vw;
    }

    .highlight_feature h3 {
        font-size: 1.8rem;
        text-align: center;
    }

    .buildstrong {
        gap: 15vw;
    }

    .buildstrong_icon_box .buildstrong_icon_title h3 {
        font-size: 1.8rem;
    }

    .buildstrong_icon_block {
        flex-direction: column;
    }

    .buildstrong_icon_block_right {
        width: 100%;
    }

    .buildstrong_icon_block_right h3 {
        font-size: 1.2rem;
    }

    .psu>div {
        gap: 4vw;
    }

    .psu>div a {
        padding: 0.7vw 4vw;
    }

    .utility h3 {
        font-size: 1.8rem;
    }

    .utility>div {
        gap: 3vw;
    }

    .utility>img {
        padding: 6vw 0 20vw;
    }


}