#wpfv-overlay{
	display: none;
	background-color: #000 !important;
    height: 100vh;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#wpfv-overlay > div {
    display: table-cell;
    vertical-align: middle;
}
#wpfv-overlay .overlay-x {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.47843137254901963);
    position: absolute;
    letter-spacing: 2px;
    border-radius: 3px;
    padding: 16px 20px;
    margin-top: 30px;
    left: 30px;
    top: 0;
    z-index: 2;
}
#wpfv-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
#wpfv-video-wrapper iframe,
#wpfv-video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wpfv-overlay .video-x-circle {
    border: 2px solid #797979;
    border-radius: 40px;
    color: #797979;
    background-color: rgba(255, 255, 255, 0.47843137254901963);
    width: 40px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 37px;
    padding-left: 2px;
    margin-right: 10px;
    text-align: center;
    height: 40px;
    display: inline-block;
}