div.call-to-action{background-position:bottom!important;}
.video-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d4e3e8;
    z-index: 250;
    transform: translateX(100%);
    transition: transform .4s ease;
}
.video-modal .e-inner{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.video-modal .modal-iframe{
    width: 80%;
    height: 80%;
}
.video-modal.o-active_js {
    transform: translateX(0);
}
.video-modal .e-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    cursor: pointer;
    z-index: 1;
    color: #fff;
}
.video-modal .e-close .e-icon-text {
    background-color: rgba(0,0,0,.75);
    padding: 0.25em 0.65em;
    border-radius: 0.15em;
    transition: background-color .3s ease;
}
.video-modal .e-close:focus .e-icon-text, .video-modal .e-close:hover .e-icon-text {
    background-color: #871f42;
}
body.admin-bar .video-modal .e-close {
    top: 32px;
}
@media(max-width:1000px){.site-hero .e-title{color:#871f42!important;}}