.video-n{
    margin-top: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.video_n{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1366px; 
    height: 100%;
    background: #fff;
    margin-bottom: 35px;
    /* max-height: 756px;
    min-height: 400px; */
}

.video_n .video_s{
    display: flex;
    align-items: center;
    justify-content: center;  
    z-index: 20;
}

.play-btn {
    pointer-events: none;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 20;
}

.play-btn img{
    width: 100%;
    height: auto;
    /* max-width: 1366px; */
    /* object-fit: cover; */
}

#video_v::-webkit-media-controls-panel{
    display: none;
}

.video_n .m_v{
    width: 100% !important;
    /* max-width: 1366px; */
    height: 100% !important;
    max-height: 1000px !important;
}

@media (min-width: 768px) {
    .bynder-widget-media-item{
        height: 90vh !important;
    }

    .play-bg{
        height: 90vh !important;
        
    }
}

@media (max-width: 768px) {
    .bynder-widget-media-item{
        height: 250px !important;
    }

    .play-bg{
        height: 250px !important;
        
    }
}