#banner:before {
    content: '';
    position: absolute;
    height: 226px;
    width: 100%;
    bottom: 0px;
    background: url(/images/39/img-bn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
}
.video-container{position:relative;padding-bottom: 47.25%;padding-top: 0px;height:0;overflow:hidden;}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}


@media screen and (max-width: 960px){
    #banner{
    margin-top: 60px;
}
    #banner:before{
    display: none;
}
}