@media screen and (max-width:1200px) {
    #section0 h3 {
        font-size: 40px;
    }

    .bg1 {
        opacity: 1;
    }

    #section1 {
        flex-direction: column;
    }

    #section1-text {
        width: 100%;
        height: 50%;
        padding: 0 5vw;
    }

    .section1-bg {
        width: 100%;
        height: 50%;
    }

    .ultrawide-text h3 {
        font-size: 24px;
    }

    .curvePath {
        background-image: url(../innergigabyteimages/path_m.png);
    }

    .curveDESC {
        width: 100%;
        padding: 0 10%;
        top: 25vw;
    }

    .KVM-img-bg {
        max-width: unset;
        max-height: unset;
    }

    .KVM-icon {
        display: none;
    }

    .KVM-yt {
        padding-bottom: 40.25%;
    }

    .KVM-imgs {
        height: 55vw;
    }

    .KVM-imgs img {
        height: 100%;
        width: unset;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-38%, 0);
        transform-origin: center bottom;
    }

    .KVM-imgs .KVM-img2.opacity {
        transform: translate(-38%, 0);
    }

    .KVM-imgs .KVM-img1.opacity {
        transform: translate(-62%, 0);
    }

    .KVM-imgs .KVM-img2 {
        transform: translate(-62%, 0);
    }

    .cycle-container {
        padding: 0 5vw;
    }

    #designConcept {
        background: linear-gradient(110deg, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 1) 60%, rgba(33, 33, 33, 1) 60%, rgba(33, 33, 33, 1) 100%);
        flex-direction: column-reverse;
        justify-content: center;
        padding: 10%;
    }

    .techfeatures-cols {
        margin-top: 3%;
        margin-bottom: 8%;
        padding: 5% 0 5%;
    }

    .ergonomicDESC {
        max-width: unset;
    }
}

@media screen and (max-width:768px) {
    #section1-text {
        gap: 2.5vw;
    }

    #section1-text img {
        margin: 0 0 5vw 0;
    }

    .ultrawide-text {
        gap: 2.5vw;
    }

    .ultrawide-img {
        display: none;
    }

    .uw-bg-rwd {
        display: block;
    }

    .curvePath,
    .modelClip {
        background-size: 50%;
        background-position: center 25vh;
    }

    .KVM-yt {
        margin-bottom: 10%;
    }

    .KVM-text {
        gap: 2.5vw;
    }

    .cycle-content {
        gap: 2.5vw;
    }

    .cycle-decoration {
        display: none;
    }

    .cycle-decoration3 {
        display: block;
    }

    .cycle-decoration4 {
        display: block;
    }

    .cycle-pager1-group,
    .cycle-pager2-group {
        display: none;
    }

    .designConceptDESC {
        gap: 2.5vw;
    }

    .techfeatures-cols {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: unset;
    }

    .techfeatures-cols {
        margin-top: 8%;
        margin-bottom: 15%;
        padding: 12% 0 10%;
    }

    .techfeatures-col {
        padding: 0 10%;
    }

    .techfeatures-col p {
        white-space: normal;
    }

    .ergonomicSection {
        padding: 7% 6vw 5%;
    }

    .ergonomic {
        flex-direction: column;
    }

    .ergonomicDESC {
        gap: 2.5vw;
    }

    .gallerySection {
        height: 270px;
    }
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .cycle-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "img littleHeader"
            "img h3"
            "img p"
            "img deco";
        align-content: center;
        gap: 1vw 5vw;
    }

    .cycle-content span.littleHeader {
        grid-area: littleHeader;
    }

    .cycle-content h3 {
        grid-area: h3;
    }

    .cycle-content p {
        grid-area: p;
    }

    .cycle-content .decorationline {
        grid-area: deco;
    }

    .cycle-content img {
        grid-area: img;
    }

    .cycle-pager1-frame,
    .cycle-pager2-frame {
        display: none;
    }

    .cycle-pager1,
    .cycle-pager2 {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }

    .cycle-pager1 div:first-child,
    .cycle-pager2 div:first-child {
        display: none;
    }

    .cycle-pager1 div,
    .cycle-pager2 div {
        background: #ff6400;
        height: 30px;
        width: 5px;
        position: relative;
        cursor: pointer;
    }

    .cycle-pager1 img,
    .cycle-pager2 img {
        display: none;
    }

    .nestdots {
        display: none;
    }
}