@media screen and (max-width:1200px) {
    .InnerGIGABYTEContent h3 {
        font-size: 2rem;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent a,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        line-height: 1.3rem;
    }

    .v1 {
        padding: 10vw;
    }

    .v1 img {
        position: absolute;
        width: unset;
        height: 100%;
        filter: grayscale(0.2) brightness(0.5);
    }

    .v1 video {
        position: relative;
    }

    .v2 {
        padding: 10vw;
    }

    .v2 img {
        position: absolute;
        width: unset;
        height: 100%;
    }

    .v2>div {
        position: relative;
    }

    .v3 {
        padding: 10vw;
    }

    .v3 img {
        position: absolute;
        width: unset;
        height: 100%;
    }

    .v3>div {
        position: relative;
    }

    .ergo {
        height: unset;
        padding: 10vw;
    }

    .ergo .spacer,
    .ergo .imgs {
        height: unset;
    }

    .ergo .imgs>img {
        height: 150%;
    }

    .ergo .imgs>div {
        gap: 2.5vw;
    }

    .ergo .seq {
        display: none;
    }

    .ergo .imgs .ctnr {
        overflow: unset;
        width: 95%;
    }

    .ergo .ctnr>div {
        padding: 2.5vw;
    }

    .ergo h3,
    .ergo p {
        text-align: center;
    }

    .offer {
        padding: 10vw 0;
        gap: 0;
    }

    .offer .items {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .offer .items>div img {
        max-width: 110px;
    }
}

@media screen and (max-width:960px) {}

@media screen and (max-width:760px) {}