@media only screen and (max-width: 1024px) {
    .popup_mobile {
            width: 100%;
    }
}
#video-popup > section{padding: 8px 2px 6px}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.video-popup-cta-row{margin-top:6px}
#close-video-popup{
    display: contents;
    line-height:35px;
    float: left;
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
#close-video-popup > i {margin-left: 2px;font-size: 20px;line-height: 15px;}
#cta-video-popup > button {font-weight: 900;padding: 6px;}
#cta-video-popup > button > i {display:none;margin-left:0px}

.font_video_popup_small{font-size:18px}
.font_video_popup_normal{font-size:20px}
.font_video_popup_big{font-size:22px}

.cta_video_popup_color_white{background-color:#fff;color:#000;}
.cta_video_popup_color_red{background-color:#e1001e;color:#fff;}
.cta_video_popup_small{width:25%}
.cta_video_popup_medium{width:50%}
.cta_video_popup_large{width:75%}
.cta_video_popup_full{width:100%}

.cta_video_popup_centered{text-align:center}
.cta_video_popup_right{text-align:right}
