.fullscreen-bg {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.fullscreen-bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fullscreen-bg iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.purple{
    position: relative;
}

.video-container-x{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.video-container-x iframe, .video-container-x video{
    width: 100%;
    height: 100%;
}

.video-container-x video{
    object-fit: cover;
}

.video-container-x


section.cta.left .video-container-x:before{
    bottom: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.button-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container-x.autoplay .button-container{
    display: none;
}

button.video-control{
    z-index: 999;
    background-color: transparent !important;
}

button.video-control:hover{
    background-color: transparent;
}

section.cta.right .video-container-x:after{
    bottom: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

/***right***/
section.cta.right .video-container-x{
    left: 0;
}

/***left***/
section.cta.left .video-container-x{
    right: 0;
}


/**tan**/
section.cta.tan.left .video-container-x:before{
    background: -webkit-linear-gradient(-90deg, transparent 0, transparent 70%, #d3b27e 99%);
    background: linear-gradient(-90deg, transparent 0, transparent 70%, #d3b27e 99%);
}
section.cta.tan.right .video-container-x:after{
    background: -webkit-linear-gradient(90deg, transparent 0, transparent 70%, #d3b27e 99%);
    background: linear-gradient(90deg, transparent 0, transparent 70%, #d3b27e 99%);
}


/**ochre**/
section.cta.ochre.left .video-container-x:before{
    background: -webkit-linear-gradient(-90deg, transparent 0, transparent 70%, #cda17d 99%);
    background: linear-gradient(-90deg, transparent 0, transparent 70%, #cda17d 99%);
}
section.cta.ochre.right .video-container-x:after{
    background: -webkit-linear-gradient(90deg, transparent 0, transparent 70%, #cda17d 99%);
    background: linear-gradient(90deg, transparent 0, transparent 70%, #cda17d 99%);
}


/**contessa**/
section.cta.contessa.left .video-container-x:before{
    background: -webkit-linear-gradient(-90deg, transparent 0, transparent 70%, #C98475 99%);
    background: linear-gradient(-90deg, transparent 0, transparent 70%, #C98475 99%);
}
section.cta.contessa.right .video-container-x:after{
    background: -webkit-linear-gradient(90deg, transparent 0, transparent 70%, #C98475 99%);
    background: linear-gradient(90deg, transparent 0, transparent 70%, #C98475 99%);
}


/**purple**/
section.cta.purple.left .video-container-x:before{
    background: -webkit-linear-gradient(-90deg, transparent 0, transparent 70%, #9e6da5 99%);
    background: linear-gradient(-90deg, transparent 0, transparent 70%, #9e6da5 99%);
}
section.cta.purple.right .video-container-x:after{
    background: -webkit-linear-gradient(90deg, transparent 0, transparent 70%, #9e6da5 99%);
    background: linear-gradient(90deg, transparent 0, transparent 70%, #9e6da5 99%);
}

@media (max-width: 480px){
    .video-container-x{
        width: 100%;
        height: 48%;
    }

    section.cta.video-mode article{
        padding-top: 18em;
    }

    /**tan**/
    section.cta.tan.left .video-container-x:before{
        background: -webkit-linear-gradient(-180deg, transparent 0, transparent 70%, #d3b27e 99%);
        background: linear-gradient(-180deg, transparent 0, transparent 70%, #d3b27e 99%);
    }
    section.cta.tan.right .video-container-x:after{
        background: -webkit-linear-gradient(180deg, transparent 0, transparent 70%, #d3b27e 99%);
        background: linear-gradient(180deg, transparent 0, transparent 70%, #d3b27e 99%);
    }


    /**ochre**/
    section.cta.ochre.left .video-container-x:before{
        background: -webkit-linear-gradient(-180deg, transparent 0, transparent 70%, #cda17d 99%);
        background: linear-gradient(-180deg, transparent 0, transparent 70%, #cda17d 99%);
    }
    section.cta.ochre.right .video-container-x:after{
        background: -webkit-linear-gradient(180deg, transparent 0, transparent 70%, #cda17d 99%);
        background: linear-gradient(180deg, transparent 0, transparent 70%, #cda17d 99%);
    }


    /**contessa**/
    section.cta.contessa.left .video-container-x:before{
        background: -webkit-linear-gradient(-180deg, transparent 0, transparent 70%, #C98475 99%);
        background: linear-gradient(-180deg, transparent 0, transparent 70%, #C98475 99%);
    }
    section.cta.contessa.right .video-container-x:after{
        background: -webkit-linear-gradient(180deg, transparent 0, transparent 70%, #C98475 99%);
        background: linear-gradient(180deg, transparent 0, transparent 70%, #C98475 99%);
    }


    /**purple**/
    section.cta.purple.left .video-container-x:before{
        background: -webkit-linear-gradient(-180deg, transparent 0, transparent 70%, #9e6da5 99%);
        background: linear-gradient(-180deg, transparent 0, transparent 70%, #9e6da5 99%);
    }
    section.cta.purple.right .video-container-x:after{
        background: -webkit-linear-gradient(180deg, transparent 0, transparent 70%, #9e6da5 99%);
        background: linear-gradient(180deg, transparent 0, transparent 70%, #9e6da5 99%);
    }
}

/*******POPUP*********/
.modal{
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #0000009c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.d-none{
    display: none;
}

.modal .modal-inner-container{
    background-color: #fff;
    padding: 20px;
    max-width: 350px;
    width: 100%;
    position: relative;
}

.modal .modal-inner-container fieldset input{
    height: 50px;
    width: 100% !important;
    border-radius: 0 !important;
}


.modal .modal-inner-container span.close{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #9D6DA5;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.modal .modal-inner-container span.close .icon-close{
    color: #fff;
    font-weight: 400;
    font-size: 10px;
}
#bbox-root-744f6b9d-8b61-4bb9-831a-7a555379aabe{
    display: flex;
    justify-content: center;
    align-items: center;
}

/****video control****/
#play-option, #sound-option, .ctaVideoControl .sound-option{
    background-color: transparent;
}

#play-option span{
    display: none;
}

#play-option .active{
    display: block;
}

#sound-option span, .ctaVideoControl .sound-option span{
    display: none;
}

#sound-option .active, .ctaVideoControl .sound-option .active{
    display: block;
}

.videoControl{
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.videoControl button, .ctaVideoControl button{
    color: #e8d79c;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    width: 100%;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.ctaVideoControl button{
    width: 50px;
}

.videoControl button:hover, .ctaVideoControl button:hover{
    color:#fff;
}


@media (max-width: 768px){
    .videoControl{
        justify-content: center;
        padding: 15px;
    }
    .videoControl button span i{
        font-size: 1.5em;
    }
}

.ctaVideoControl{
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}