.iframe-wrapper {
position: relative;
width: 100%;
max-width: 100%;
margin: 32px auto;
padding-bottom: calc(56.25% + 70px);
}
@media (max-width:768px) {
.iframe-wrapper {
padding-bottom: calc(56.25% + 60px);
}
}
.iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}