#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;
}

/* custom */
.facial-performance {
    background-image: url(../../images/character-body-motion/banner_Mocap-Devices.jpg);
    height: calc(10vw + 208px);
    background-size: cover;
    background-position: 30% 50%;
    background-repeat: no-repeat;
}

.facial-performance-text {
    height: 100%;
}

.rl-bg-gamelike {
    background-image: url(../../images/device/MD_banner.jpg);
    background-repeat: no-repeat;
    background-position: 80%;
    min-height: 400px;
}

.rl-bg-hotkey-trigger {
    background-image: url(../../images/device/Hotkey-Triggers_BG.jpg);
    background-repeat: no-repeat;
    min-height: 400px;
    background-color: #040322;
    background-position: bottom;
}

.rl-hotkey-maniac-text {
    position: absolute; top: 0; left: 0; width: 40%;
}

.rl-visible-1100,
.rl-visible-991 {
    display: block;
}

.rl-hidden-1100,
.rl-hidden-991 {
    display: none;
}


.rl-title-icon {
    max-width: 100%;
    display: inline-block;
    margin-right: calc(0.43750000000000006vw + 3.6px);
    vertical-align: middle;
    width: calc(2.1875vw + 33px);
}

.rl-hotkey-trigger-hover-btn {
    max-width: 100%;
    position: absolute;
    top: 53%;
    right: 6%;
    width: calc(1.9375vw + 53.8px);
}

.rl-video-text-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}

.rl-video-text-left {
    position: absolute;
    left: 0;
    top: 0;
}

.rl-iframe-wrapper {
    width: 100%;
    padding-bottom: 49.71%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.rl-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rl-camera-record-text,
.rl-light-conttol-text {
    width: 45%;
}

.rl-camera-record-iframe-wrapper {
    padding-bottom: 29.8%;
}

.rl-light-conttol-iframe-wrapper {
    padding-bottom: 43.5%;
}

.rl-camera-editing-text {
    width: 42%;
}

.rl-camera-editing-iframe-wrapper {
    padding-bottom: 42.2%;
}

.rl-3d-object-editing-iframe-wrapper {
    padding-bottom: 56.25%;
}

.rl-title-wrapper {
    display: flex;
    align-items: center;
}

.rl-timeline-hand {
    position: relative;margin-top: -11%;padding-bottom: 17.23%;
}


@media screen and (max-width: 1350px) {
    .rl-banner-other {
        height: 50vw;
    }
}

@media screen and (max-width: 1200px) {
    .iframe-bg-wrapper {
        right: calc(-26.041666666666668vw + 500px);
    }
}

@media screen and (max-width: 1100px) {
    /* custom */
    .rl-hotkey-maniac-text {
        position: relative;
        width: 100%;
    }
    .rl-visible-1100 {
        display: none;
    }

    .rl-hidden-1100 {
        display: block;
    }
}

@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;
    }

    /* custom */
    .rl-visible-991 {
        display: none;
    }

    .rl-hidden-991 {
        display: block;
    }

    .rl-video-text-right,
    .rl-video-text-left {
        position: relative;
        width: 100%;
    }
}

@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-bg-gamelike {
        background-image: url(../../images/device/MD_banner_mobile.jpg);
        min-height: 400px;
    }

    .rl-display-block-767 {
        display: block;
    }

    .rl-timeline-hand {
        margin-top: 2%;
    }
}