Please Log in or Create an account to join the conversation.
/* Video Iframe
========================================================================== */
.video-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
margin:20px 0;
}
<div class="video-responsive">
" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
<iframe width="853" height="480" src="
</div>
Please Log in or Create an account to join the conversation.