﻿.iframe-container {
position: relative;
padding-bottom: 56.25%;
max-width: 100%;
height: 0px;
}

.iframe-container iframe {
position: absolute;
top:0px;
bottom: 0px;
left: 0px;
max-width: 100%;
width: 100%;
height: 100%;
border:0px;
}