#play-video{
    height: 500px;
    background-image: url('../img/contact-bg.jpg')
}
.box-video{
    height: 500px;
    width: 100%;
}
.video_area_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
}
.video_area_text h2{
    color: #fff;
    font-size: 4em;
}
.video_area_text p{
    color: #fff;
    font-size: 18px;
}
.video_btn{
    position: relative;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #54B30E;
    height: 50px;
    width: 110px;
    text-align: center;
    padding-top: 15px;
    border-radius: 100px;
    box-shadow: 0 3px 6px 0 rgba(36,67,112,0.15), 0 6px 20px 0 rgba(36,67,112,0.15);
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.video_btn::before{
    /* font-family: 'AvenirLTStd-Heavy', serif; */
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-size: 12px;
    text-transform: uppercase;
    content: 'نمایش فیلم';
    color: #fff;
}
.video-btn-mousover{
    background: #fff;
}
.video_btn span.play-icon{
    display: inline-block;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 32px solid #54B30E;
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    margin-left: 4px;
}
@media screen and (min-width: 768px){
    .video_btn{
        padding-top: 20px;
        height: 60px;
        width: 130px;
    }
    .video_btn::before{
        font-size: 13px;
    }
    .video-btn-mousover{
        width: 130px;
        height: 130px;
    }
}
/**/
body, html{
    width: 100%;
    margin: 0;
}

.mfp-iframe-scaler iframe{
    background: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mfp-iframe-scaler iframe.mfp-iframe body{
    margin: 0;
}
.mfp-iframe-scaler iframe.mfp-iframe body video{
    width: 100%;
    height: 100%;
}
 /* video{
    position: relative;
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    flex: 1 1 0%;
} */
.your-special-css-class {
    width: 100% !important;
    height: 100%;
    margin: auto;
    /* max-height: 780px; */
    /* padding: 140% 16px 0 13px !important; */
}