@media screen and (max-width: 1366px) {

    #kft,
    .kft {
        padding: 5vw;
    }

    .kft>img {
        height: unset;
        object-fit: unset;
        transform: scale(2.5) translate(-11%, -35%);
    }

    .kft>div {
        flex-direction: column;
    }

    .kft .text {
        width: 100%;
        padding: 5vw;
        gap: 4vw;
    }

    .kft .text .logos {
        gap: 2vw;
    }

    #pcie50,
    .pcie50 {
        min-height: 100vh;
    }

    .pcie50 section .imgs {
        display: flex;
        justify-content: center;
    }

    .pcie50 section .imgs img {
        width: 90%;
    }

    .UDBG {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .UD .cols>div {
        width: 90%;
        padding: 6vw 5vw;
    }

    .UD .cols .col .text {
        max-width: unset;
        align-items: center;
    }

    .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;
    }

    .UD p.ud {
        max-width: unset;
    }

    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 h4.parallelogram {
        max-width: unset;
        width: unset;
        transform: unset;
        background: unset;
        box-shadow: unset;
        font-weight: bold;
        border: unset;
    }

    .UD h4.parallelogram span {
        transform: unset;
    }

    .UD h4.parallelogram span br {
        display: none;
    }

    .slidecard .camera {
        padding: 5vw;
        gap: 3vw;
    }

    .slidecard .camera h3 {
        text-align: center;
    }

    .slidecard .slider {
        position: relative;
        height: calc(90vw / 850 * 492);
    }

    #others,
    .others {
        padding: 5vw;
    }

    .others>div {
        gap: 5vw;
    }

    .others .col:nth-child(1),
    .others .col:nth-child(2) {
        flex-direction: column;
        height: unset;
        gap: 5vw;
    }

    .others .col:nth-child(2) {
        flex-direction: column-reverse;
    }

    .others .text {
        flex-shrink: unset;
        flex-grow: unset;
        max-width: 900px;
        width: 100%;
        min-height: 350px;
        align-self: unset;
        height: 350px;
    }

    .others .col .img1,
    .others .col .img2 {
        position: relative;
        width: 100%;
        max-width: 900px;
        align-self: center;
    }

    .others .col .img1 img,
    .others .col .img2 img {
        position: absolute;
    }


    .others .col.active>*:nth-child(1) {
        transform: translate(0, 0);
        opacity: 1;
    }

    .others .col.active>*:nth-child(2) {
        transform: translate(0, 0);
        opacity: 1;
    }

    .InnerGIGABYTEContent>section:has(.dots) {
        display: none;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 960px) {

    .others .col .img1,
    .others .col .img2 {
        min-height: 420px;
    }

    .others .col .img1 img {
        position: absolute;
        width: 80%;
    }

    .others .col .img2 img {
        position: absolute;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {

    .kft>img {
        transform: scale(2.5) translate(-11%, -55%);
    }

    #pcie50,
    .pcie50 {
        padding: 10vw 5vw;
        gap: 5rem;
    }

    .pcie50 .text {
        gap: 5vw;
        padding-top: 15vw;
    }

    .pcie50 h3 {
        line-height: 1.2;
    }

    .pcie50 .img {
        text-align: center;
    }

    .pcie50 .img img {
        width: 100%;
    }

    .pcie50>*:last-child {
        margin: 0 0 5rem;
    }

    .UD .cols>div {
        padding: 10vw 5vw;
    }

    .slidecard .camera {
        gap: 7vw;
    }

    .slidecard .slider {
        height: calc(100vw / 850 * 492);
    }

    .slidecard .slider img {
        height: 110%;
    }

    .others .col:nth-child(1),
    .others .col:nth-child(2) {
        flex-direction: column;
        height: unset;
        gap: 5vw;
    }

    .others .col:nth-child(2) {
        flex-direction: column-reverse;
    }

    .others .text {
        flex-shrink: unset;
        flex-grow: unset;
        max-width: 900px;
        width: 100%;
        min-height: 350px;
        align-self: unset;
        height: 350px;
    }

    .others .col .img1,
    .others .col .img2 {
        position: relative;
        width: 100%;
        min-height: 320px;
    }

    .others .col .img1 img,
    .others .col .img2 img {
        position: absolute;
        width: 100%;
    }

    .others .col.active>*:nth-child(1) {
        transform: translate(0, 0);
        opacity: 1;
    }

    .others .col.active>*:nth-child(2) {
        transform: translate(0, 0);
        opacity: 1;
    }
}