@media (max-width: 1920px) {

    header {
        top: 0;
        left: 10;
        display: flex;
        gap: 15%;
        width: 100%;
        color: white;
        padding-top: 1%;
        padding-bottom: 1%;
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 200;
        font-style: normal;
        text-transform: uppercase;
        justify-content: space-around;
        align-items: center;

        /* background-color: rgba(0, 0, 0, 1); */
        transition: background-color 0.6s ease;
        z-index: 2;
    }



    nav {
        display: flex;
        justify-content: space-between;
        padding: 1%;
        text-align: center;
        width: 40%;
        font-size: 1.2em;
        /* background-color: rgb(46, 27, 3); */
    }

    nav>ul {
        list-style: none;
        width: 100%;
    }

    #Ying>#ContainerYingName>.Name {
        font-size: 12em;
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: transparent;
        -webkit-text-stroke: 4px white;
        width: 100%;
        /* background-color: aqua; */
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    #Ying>#ContainerYangTextName>.TextYing {
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 1.5em;
        width: 100%;
        text-align: justify;
    }

    #Yang>#ContainerYangSurName>.SurName {
        font-size: 12em;
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 700;
        font-style: normal;
        width: 100%;
        /* background-color: aqua; */
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    #Yang>#ContainerYingTextSurName>.TextYang {
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 1.5em;
        width: 100%;
        text-align: justify;
        align-self: center;
    }

    .MarmosetContainer {
        display: flex;
        margin-top: -1.9%;
        justify-content: center;
        border: none !important;
        outline: none !important;
        background: transparent !important;
    }

    .iframeslide {
        width: 1920px;
        height: 1080px;
    }
}

@media (max-width: 1712px) {

    header {
        top: 0;
        left: 10;
        display: flex;
        gap: 10%;
        width: 100%;
        color: white;
        padding-top: 1%;
        padding-bottom: 1%;
        font-family: "Bai Jamjuree", sans-serif;
        font-weight: 200;
        font-style: normal;
        text-transform: uppercase;
        justify-content: space-around;
        align-items: center;

        /* background-color: rgba(0, 0, 0, 1); */
        transition: background-color 0.6s ease;
        z-index: 2;
    }

    nav {
        display: flex;
        justify-content: space-between;
        padding: 1%;
        text-align: center;
        width: 50%;
        font-size: 1.2em;
        /* background-color: rgb(46, 27, 3); */
    }

    nav>ul {
        list-style: none;
        width: 100%;
    }

    #video_container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        /* overflow: hidden; */
    }

    #video_background {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.6);
    }

    .iframeslide {
        width: 1712px;
        height: 1198px;
    }

    .mySwiper {
        z-index: 1;
        /* opacity: 0.4; */
        bottom: -79%;
        height: 15%;
        box-sizing: border-box;
    }
}