[mn="4301"] iframe {
height: 70vh;
}
[mn="4301"] .allbx{
    position: relative;
    z-index: 1;
}
[mn="4301"] ._ittl{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 15px 0;
    color: #fff;

    &:after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background: linear-gradient(180deg, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0) 100%);
        height: 120%;
        width: 100%;
    }
}
[mn="4301"] .imgbx {
    ._imgobj{
        margin: 0;
    }
    & img{
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
}