.rl-rel {
    position: relative;
}

.rl-hidden {
    display: none;
}

.rl-font-size-36 {
    font-size: calc(0.89171974522293vw + 18.878980891719745px);
}

.rl-font-size-42 {
    font-size: calc(0.7643312101910829vw + 27.32484076433121px);
}

.rl-rel:hover .rl-play-wrapper-showcase {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.rl-play-wrapper-showcase.right-bottom {
    right: 20px;
    bottom: 20px;
    top: unset;
}

.rl-response-img {
    max-width: 100%;
    display: block;
}

.text-underline {
    text-decoration: underline;
}


.carousel-arrow {
    background: rgba(220, 220, 220, 0.6);
    position: absolute;
    height: 44px;
    width: 44px;
    top: 35%;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    color: #fff;
}

.carousel-arrow:hover {
    background: rgba(220, 220, 220, 0.8);
}

.carousel-arrow .arrow-icon {
    display: block;
    font-family: element-icons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.carousel-arrow.campaign-prev-arrow .arrow-icon::before {
    content: "\e6de";
}

.carousel-arrow.campaign-next-arrow .arrow-icon::before {
    content: "\e6e0";
}

.carousel-arrow.campaign-prev-arrow {
    left: 15px;
}

.carousel-arrow.campaign-next-arrow {
    right: 15px;
}

.spot-light .rl-dot {
    height: 25px;
    width: 100%;
    padding-left: 0px;
    display: flex;
    justify-content: center;
}

.spot-light .rl-dot li {
    position: relative;
    height: 100%;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.spot-light .rl-dot li button {
    height: 8px;
    width: 28px;
    margin-top: 8px;
    font-size: 0;
    line-height: 0;
    display: block;
    outline: none;
    background: gray;
}

.spot-light .rl-dot li button:hover {
    background: #b2b2b2;
}

.spot-light .rl-dot li.slick-active button {
    background: #82be0f;
}

#home-base .v-btn {
    min-width: calc(4.875vw + 122.4px);
}

#banner-area {
    position: relative;
    width: 100vw;
    height: 36.458vw;
    background-image: url("/static-page/nvidia-omniverse/includes/images/main-banner-mobile.jpg");

    
}
#banner-area .text-area {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    user-select: none;
    cursor: default;
}

#banner-area .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner-area .video-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000000;
    z-index: 0;
}

#banner-area .video {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.55;
    z-index:2
}

#banner-area .logo {
    max-width: 500px;
    width: 100%;
}

.button-container {
    margin: 0 -5px;
}

.button-container a {
    flex: 0 0 auto;
    margin: 0 5px;
}

.show-case-container {
    display: flex;
    
}

.show-case::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    transition: opacity .5s;
    box-shadow: inset 0 0 110px #000;
}

.show-case::before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
    color: white;
    z-index: 1;
    transition: opacity .5s;
    font-size: 24px;
    font-weight: bold;
}

.show-case:hover:after {
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}

.simulating-large-crowds-layout {
    margin: 0 -15px;
}

.simulating-large-crowds-layout > div {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.solution-conntainer {
    margin: 0 -15px;
}

.solution-conntainer .solution-item {
    flex-direction: column;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.usd-samples {
    background-image: url('/static-page/nvidia-omniverse/includes/images/freebie.jpg');
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 43.1941%; */
    height: 600px;
    min-height: 400px;
    position: relative;
    
}

.usd-samples .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 301px;
    height: 106px;
    background-color: #82BE10;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: end;
    transform: rotate(-42deg) translate(-50%, 0%);
    transform-origin: 0% 0%;
}

.usd-samples .usd-samples-content {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    left: 0;
    padding: 0 calc(2.864583333333333vw + 50px);
    width: calc(16.361111vw + 514.666667px);
}

@media screen and (max-width: 767px) {

    .rl-visible {
        display: none;
    }

    .rl-hidden {
        display: block;
    }

    .rl-mobile-pointer-event-none {
        pointer-events: none;
    }

    #banner-area {
        background-position: 50% 0;
        height: 400px;
    }

    #banner-area .video-container {
        display: none;
    }

    .usd-samples {
        background-image: none;
    }


    .usd-samples {
        background-image: none;
        height: auto;
        padding: 0;
    }

    .usd-samples .usd-samples-content {
        position: unset;
        transform: unset;
        width: 100%;
        padding: 0;
    }
}
