@media screen and (max-width:1200px) {
    .InnerGIGABYTEContent h3 {
        font-size: 28px;
        margin: 3vw 0;
    }

    .sec1 {
        height: unset;
    }

    .kf-slider {
        justify-content: center;
        flex-direction: column;
        display: flex;
        padding: 0 5vw;
        opacity: 0;
    }

    .kf-text {
        margin: 10vw 0 0 0;
        width: 100%;
    }

    .kf-logos {
        margin: 2vw 0;
    }

    .kf-logos>img {
        padding: 0 1vw 0 0;
        height: 70px;
    }

    .kf-img-col {
        width: 100%;
        height: 50%;
        margin: 0 0 10vw 0;
    }

    .kf-img-main {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    .kf-img {
        margin: 10vw 0 0;
        max-width: unset;
    }

    .kf-video {
        margin: 0;
        width: 100%;
    }

    .kf-slider-prev-btn {
        justify-content: flex-start;
    }

    .kf-slider-next-btn {
        justify-content: flex-end;
    }

    .kf-slider-prev-btn>div {
        border-bottom: 5px #ff6400 solid;
        border-left: 5px #ff6400 solid;
        opacity: .5;
        margin: 0 0 0 1vw;
    }

    .kf-slider-next-btn>div {
        border-top: 5px #ff6400 solid;
        border-right: 5px #ff6400 solid;
        opacity: .5;
        margin: 0 1vw 0 0;
    }

    .winforce {
        flex-direction: column;
    }

    .winforce>div {
        gap: 5vw;
        padding: 10% 0;
    }

    .winforce>div div {
        gap: 5vw;
        padding: 0 10% 5%;
        flex-direction: column;
    }

    .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;
    }

    .gcc {
        padding: 15vw 5vw 0;
    }

    .gcc>div img:not(.gdl) {
        width: 160%;
    }

    .nvidia-footer .logos {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {

    .InnerGIGABYTEContent h3 {
        font-size: 1.4rem;
    }

    .kf-logos img {
        height: 50px;
        margin: 0 3vw 0 0;
    }

    .winforce>div 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;
    }

    div.dots {
        display: none;
    }
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .title-line {
        margin: 0 0 10px 0;
        width: 80px;
    }

    .kf-text h4 {
        margin: 10px 0 0 0;
    }

    .kf-text {
        width: 50%;
        margin: 0 1vw 0 0;
    }

    .kf-logos {
        margin: 1vw 0 0 0;
    }

    .kf-logos>img {
        padding: 0 .5vw 0 0;
        height: 70px;
    }
}