Join our 100th Anniverary Celebration!
.auto-resizable-iframe {
max-width: 100%;
margin: 20px auto;
}
.auto-resizable-iframe > div {
position: relative;
padding-bottom: 75%;
height: 0px;
}
.auto-resizable-iframe iframe {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}