@media (orientation: portrait) {
    .KeyVisual img {
        display: none;
    }

    .KeyVisual img.rwd {
        display: block;
    }
}

@media screen and (max-width: 1440px) {
    .InnerGIGABYTEContent .dots a p {
        display: none;
    }
}

@media screen and (max-width: 1366px) {

    #keyf,
    .keyf {
        padding: 5vh 10vw;
    }

    .keyf>div {
        flex-direction: column;
        width: 100%;
    }

    .keyf .text {
        gap: 4vw;
    }

    .keyf .text>ul {
        text-indent: -24px;
    }

    .keyf .text .logos {
        gap: 2vw;
        flex-wrap: wrap;
    }

    #pcie50,
    .pcie50 {
        min-height: unset;
    }

    .pcie50 .imgs {
        display: flex;
        justify-content: center;
    }

    .pcie50 .imgs img {
        width: 90%;
    }

    .Magnet .camera .text p {
        max-width: 80vw;
    }

    .UDBG {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .UD .cols>div {
        width: 90%;
        padding: 6vw 5vw;
    }

    .UD .cols div.ud-intro>div {
        align-items: center;
        flex-direction: column;
        padding: 10vw;
    }

    .ud-intro h3,
    .ud-intro p {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0;
    }

    img.ud {
        position: relative;
        width: 100%;
        right: unset;
        bottom: unset;
        transform: translate(-8%, -5%);
    }

    .UD .cols div.ud-intro>div h3 br {
        display: none;
    }

    .col.jpcap {
        flex-direction: column;
    }

    .col.thermal {
        flex-direction: column-reverse;
    }

    .col.twoball {
        flex-direction: column;
    }

    .col.protect {
        flex-direction: column-reverse;
    }

    .UD .cols>div:nth-child(odd) {
        flex-direction: column;
    }

    .UD .cols>div:nth-child(even) {
        flex-direction: column;
    }

    .UD .cols>div .imgs,
    .UD .cols>div .imgs img {
        width: 100%;
    }

    #slidecard .camera {
        padding: 5vw;
        gap: 3vw;
    }

    #slidecard .camera h3 {
        text-align: center;
    }

    #slidecard .slider {
        position: relative;
        height: calc(90vw / 850 * 492);
    }

    #others,
    .others {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5vw;
    }

    .others>div {
        width: 100%;
        gap: 5vw;
    }

    .others .col:nth-child(1),
    .others .col:nth-child(2) {
        flex-direction: column;
        gap: 5vw;
    }

    .others .col:nth-child(2) {
        flex-direction: column-reverse;
    }

    .others .text {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .others .col .img1,
    .others .col .img2 {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .others .col .img1 img,
    .others .col .img2 img {
        width: 100%;
        height: 100%;
        margin: 1vh;
    }

    .others .col.active>*:nth-child(1) {
        transform: translate(0, 0);
    }

    .others .col.active>*:nth-child(2) {
        transform: translate(0, 0);
    }

    #dimen,
    .dimen {
        padding: 10vw 0;
    }

    .dimen>div.text {
        padding: 0 10vw;
    }

    .InnerGIGABYTEContent .dots {
        display: none;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 700px) {

    #pcie50,
    .pcie50 {
        padding: 10vw 5vw;
    }

    .pcie50 .text {
        gap: 5vw;
        padding-top: 15vw;
    }

    .pcie50 h3 {
        line-height: 1.2;
    }

    .pcie50 .img {
        text-align: center;
    }

    .pcie50 .img img {
        width: 100%;
    }

    .UD .cols>div {
        padding: 10vw 5vw;
    }

    .UD .cols div.ud-intro>div {
        gap: 4vw;
    }

    .ud-intro h3 {
        gap: 8vw;
    }

    #slidecard .camera {
        gap: 7vw;
    }

    #slidecard .slider {
        height: calc(100vw / 850 * 492);
    }

    #slidecard .slider img {
        height: 110%;
    }

    #slidecard .text {
        gap: 5vw;
    }
}