.md-video {
    max-width: 1100px !important;
    /* margin: 30px auto !important; */
}



.mb-video {
    position: relative !important;
    padding: 0px !important;
}

.closeB {
    position: absolute !important;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    right: 5px;
    font-size: 3.5rem !important;
}

.closeB:hover{
    color: white !important;
}

.mc-video {
    height: auto !important;
    background-color: transparent !important;
    position: relative;
    top: 48%;
    transform: translateY(-50%);
}

.mo-video{
    background-color: rgba(0, 0, 0, 0.629);
}