@media screen and (max-width: 1600px) {
    .brand-logo img {
        width: 100%;
    }

    .logos {
        gap: 20px;
    }
}

@media screen and (max-width:1200px) {
    .InnerGIGABYTEContent h3 {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }

    .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;
    }

    .sec2 {
        height: unset;
    }

    .cool-img-bg1 {
        width: unset;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .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;
    }

    .cool2-col {
        padding: 5vw 0;
    }

    .cool2-cols {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .cool2-content {
        padding: 5vw 5vw 0;
    }

    .sec4 {
        padding: 15vw 5vw 5vw 5vw;
        gap: 5vw;
    }

    .excellence-title {
        padding: 5vw;
    }

    .excellence-cols,
    .excellence-cols-left,
    .excellence-cols-right {
        flex-direction: column;
        gap: 5vw;
    }

    .col-content {
        padding: 5vw 5vw 0;
    }

    .excellence-cols img {
        padding: 2vw 0 0 0;
    }

    .totalcommand-img-bg {
        position: absolute;
        height: 100%;
        margin: auto;
        inset: 0;
    }

    .totalcommand-content {
        position: relative;
    }

    .totalcommand-img {
        display: none;
    }

    .totalcommand-text {
        width: 80%;
        text-align: center;
        align-items: center;
        gap: .5vw;
    }

    a.utility-download {
        display: none;
    }

    .brand-logo {
        display: flex;
        flex-wrap: wrap;
        gap: 1vw;
    }

    .brand-logo img {
        width: unset;
    }

    .logo1 {
        width: 50%;
        order: 0;
    }

    .logo2 {
        width: 50%;
        order: 1;
    }

    .logo3 {
        width: 50%;
        order: 2;
    }

    .logo4 {
        width: 50%;
        order: 3;
    }

    .FreeSync {
        order: 4;
    }

    .software {
        order: 6;
    }

    .text1 {
        order: 5;
        margin: 0 0 5vw 0;
    }

    .text2 {
        order: 7;
    }

    .text3 {
        order: 8;
    }

    .text4 {
        order: 9;
        margin: 0 0 5vw 0;
    }

    .logos {
        order: 10;
    }

    .brand-logo>div {
        flex-wrap: wrap;
        gap: 0 5vw;
    }

    .dots {
        display: none;
    }
}

@media screen and (min-width:1201px) and (max-height:768px) {

    .InnerGIGABYTEContent h3 {
        font-size: 10px;
        line-height: unset;
        margin: 5px 0;
    }

    .InnerGIGABYTEContent h4 {
        font-size: 9px;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent a {
        font-size: 8px;
        line-height: unset;
        margin: 0;
    }

    .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;
    }

    .dots a p {
        line-height: 1.6rem;
    }
}