.video-responsive{
    overflow:hidden;
    /*height:0;
    padding-bottom:56.25%;*/
    /*position:relative;*/
    background-color:#000;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-responsive video{
    object-fit:cover;
}


.play-icon{
    position:absolute;
    z-index:10;
    top:50%;
    left:50%;
    width:63px;
    height:63px;
    margin-left:-31.5px;
    margin-top:-31.5px;
}