@media screen and (max-width: 1366px) {
    .kv {
        display: none;
    }

    #keyf {
        padding: 5vh 0;
    }

    #keyf>div {
        flex-direction: column;
    }

    #keyf .text {
        padding: 5vw;
        gap: 4vw;
    }

    #keyf .text .logos {
        gap: 2vw;
    }

    .UDBG {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .UDBG img {
        width: unset;
        height: 100%;
        top: unset;
        left: unset;
    }

    .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%;
    }

    .UD h4.parallelogram {
        max-width: 380px;
        width: 85%;
        font-size: 1.1rem;
    }

    #slidecard .camera {
        padding: 5vw;
        gap: 3vw;
    }

    #slidecard .camera h3 {
        text-align: center;
    }

    #slidecard .slider {
        position: relative;
        height: calc(90vw / 850 * 492);
    }

    #others {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5vw;
    }

    #others>img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #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;
    }
}

@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) {
    .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;
    }

    #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;
        gap: 4vw;
    }

    #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;
    }
}