#banner-area {
    position: absolute;
    width: 100vw;
    min-width: 1632px;
    height: 41.67vw;
    min-height: 680px;
    pointer-events: none;
    background: #000;
    z-index: 0;
    top: 0;
}

.rl-banner-other {
    min-height: 41vw;
    height: inherit;
}

.rl-banner-text {
    font-size: calc(2.875vw + 26.8px);
    line-height: 1.1;
}

.rl-banner-button {
    padding: 11px 20px;
}


.rl-banner-description {
    flex: 9;
}


.custom-flex-layout {
    display: flex;
}

/* grid basic */
.rl-grid {
    display: grid;
}

.rl-grid-align-center {
    align-items: center;
}

/* bg setting */
.rl-bg-setting {
    background-position: 40%;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 32.396vw;
}

.rl-play-wrapper.rl-play-wrapper-right-bottom {
    top: unset;
    bottom: 30px;
    left: unset;
    right: 40px;
}

/* custom */
.rl-fast-scene-editing-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .rl-banner-other {
        height: 50vw;
    }
}


@media screen and (max-width: 1240px) {
    /* custom */
    .rl-realtime-product-wrapper {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 1200px) {
    .iframe-bg-wrapper {
        right: calc(-26.041666666666668vw + 500px);
    }
}

@media screen and (max-width: 1069px) {
    .rl-banner-other {
        height: 60vw;
    }
}

@media screen and (max-width: 991px) {
    .rl-banner-other {
        height: 83vw;
    }

    .rl-banner-description {
        flex: 15;
    }
}

@media screen and (max-width: 767px) {
    #banner-area,
    .iframe-bg-wrapper {
        background-color: transparent;
    }

    .rl-banner-button {
        padding: calc(0.4464285714285714vw + 4.571428571428571px) calc(4.464285714285714vw + 25.714285714285715px);
    }

    .rl-banner-other {
        background-position: 50% 50%;
        background-image: url(../../images/3d-facial-expression/main-banner-mobile.jpg);
        height: initial;
        min-height: inherit;
    }

    .custom-flex-layout {
        flex-direction: column;
        align-items: left;
    }

    .rl-banner-mobile-centerbot {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    /* bg setting */
    .rl-bg-setting {
        min-height: auto;
        height: auto;
        background-image: none;
    }

    /* custom */
    .rl-realtime-product-outer-wrapper {
        flex-direction: row !important;
    }
}

@media screen and (max-width: 580px) {
    /* custom */
    .rl-realtime-product-outer-wrapper {
        flex-direction: column !important;
    }
}