.video_popup_overlay{
    display: block;
    position: relative;
}
.video_popup_overlay .play-icon{
    text-align: center;
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;

    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_popup_overlay .play-icon:hover{
    transition: all 0.2s ease-in-out;
    background: rgba(0,83,199,0.3);
}

amp-lightbox{
    background-color: rgba(0,0,0,0.8);
}
.as_modal_close{
    border: none;
    background: none;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99999;
}

.play-btn.medium .img_wrap{
    width: 75px!important;
}
@media (max-width: 480px) {
    .play-btn .img_wrap{
        width: 75px!important;
    }
}