.video-spotlight-wrapper .bg-area{width:100%;height:600px;position:relative;left:0;overflow:hidden}.video-spotlight-wrapper .bg-area:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6)}.video-spotlight-wrapper .bg-area video{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:100%;height:100%;object-fit:cover}.video-spotlight-wrapper .content-area{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:100%;padding:150px 40px;cursor:pointer}.video-spotlight-wrapper .content-area h2{margin:0;padding-left:20px}.video-spotlight-wrapper .popup-area{display:none}.video-spotlight-wrapper .popup-area .overlay{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8)}.video-spotlight-wrapper .popup-area .video-area{position:fixed;z-index:999999;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:auto}.video-spotlight-wrapper .popup-area video{width:100%;height:auto}.video-spotlight-wrapper .popup-area .fa-close{position:absolute;top:10px;right:10px;font-size:30px;cursor:pointer}@media(max-width:767px){.video-spotlight-wrapper .content-area{flex-direction:column;text-align:center}.video-spotlight-wrapper .content-area h2{padding:20px 0 0 0}}