.elementor-widget-sc-video .video-wrapper {
    position: relative;
    overflow: hidden;
}
.elementor-widget-sc-video .video-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.elementor-widget-sc-video .video-wrapper .popup-video{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    color: #022147;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
}
.elementor-widget-sc-video .video-wrap.video-img-wrap .popup-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.elementor-widget-sc-video .video-wrapper.style-1 .popup-video::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    animation-name: pulseInOut;
    opacity: 0;
    border-radius: 50%;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.elementor-widget-sc-video .video-wrapper.style-1 .popup-video::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #fff;
    animation-name: pulseInOut;
    opacity: 0;
    border-radius: 50%;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
}
.elementor-widget-sc-video .video-wrapper .popup-video.no-animate::before,
.elementor-widget-sc-video .video-wrapper .popup-video.no-animate::after {
    display: none;
}
.elementor-widget-sc-video .video-wrapper.style-2 .popup-video p {
    margin-bottom: 0;
}
.elementor-widget-sc-video .video-wrapper.style-2 .popup-video {
    height: auto;
    padding: 20px;
    width: auto;
    box-shadow: 0px 14px 24px 0px rgb(190 173 142 / 30%);
    border-radius: 0;
}
.elementor-widget-sc-video .video-wrapper.style-2 .popup-video i{
    margin-right: 10px;
}
.elementor-widget-sc-video .video-wrapper.style-2{
    overflow: visible;
}
.elementor-widget-sc-video.elementor-align-left .video-wrapper {
    text-align: left;
}
.elementor-widget-sc-video.elementor-align-center .video-wrapper {
    text-align: center;
}
.elementor-widget-sc-video.elementor-align-right .video-wrapper {
    text-align: right;
}
.video-wrapper.style-1.video-wrap.video-img-wrap + h6 {
    margin-bottom: 0;
    margin-top: 20px;
}
@media( max-width: 991px ) {
    .elementor-widget-sc-video.elementor-tablet-align-left .video-wrapper {
        text-align: left;
    }
    .elementor-widget-sc-video.elementor-tablet-align-center .video-wrapper {
        text-align: center;
    }
    .elementor-widget-sc-video.elementor-tablet-align-right .video-wrapper {
        text-align: right;
    }
}
@media( max-width: 768px ) {
    .elementor-widget-sc-video.elementor-mobile-align-left .video-wrapper {
        text-align: left;
    }
    .elementor-widget-sc-video.elementor-mobile-align-center .video-wrapper {
        text-align: center;
    }
    .elementor-widget-sc-video.elementor-mobile-align-right .video-wrapper {
        text-align: right;
    }
}
