@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;
        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;
    }

    .sec2 {
        height: unset;
    }

    .cool-img-bg1 {
        width: unset;
        height: 100%;
    }

    .cool-content {
        flex-direction: column;
        position: relative;
        padding: 10vw 5vw 0;
    }

    .cool-img {
        padding: 0;
        height: unset;
    }

    .cool-text {
        padding: 2vw 5vw 5vw;
        margin: 5vw 0 15vw 0;
    }

    .airflow {
        flex-direction: column;
        padding: 5vw 5vw 0;
    }

    .sec3 {
        gap: 5vw;
    }

    .cool2-col2 {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .cool2-col:last-child {
        width: 100%;
        padding: 0;
    }

    .cool2-content {
        padding: 5vw 5vw 0;
        gap: 2.5vw;
    }

    .bladefan {
        padding: 0;
    }

    .bladefan .content-text {
        padding: 5vw 5vw 0;
    }

    .activefan>div.cool2-content {
        grid-template-columns: 1fr;
        gap: 1vw;
        padding: 5vw 5vw 0;
    }

    .cool2-col3 {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .touch .cool2-content-img {
        flex-direction: column;
    }

    .sec4 {
        padding: 15vw 5vw 5vw 5vw;
    }

    .excellence-title {
        margin: 0 0 5vw 0;
        padding: 5vw;
    }

    .excellence-cols {
        flex-direction: column;
    }

    .excellence-cols-left,
    .excellence-cols-right {
        width: 100%;
    }

    .excellence-cols-left>div,
    .excellence-cols-right>div {
        padding: 0 0 5vw 0;
    }

    .col-content {
        padding: 5vw 5vw 0;
    }

    .excellence-cols img {
        padding: 2vw 0 0 0;
    }

    .totalcommand-img {
        display: none;
    }

    .totalcommand-text {
        width: 90%;
    }

    a.utility-download {
        display: none;
    }

    .nvidia-footer .logos {
        flex-wrap: wrap;
    }
}

@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;
    }
}