Re: Markup proposal: do videos like the new quotes.
Reply #12 –
Lol. Got it working in about 30 seconds just by swearing and disabling one thing after another in the document inspector. Told you you were overthinking it. 
/* Video / Preview container */
.elk_video {
/* position: relative;
height: 0;
padding-bottom: min(480px, 75%);*/
}
.elk_video iframe {
/* position: absolute;
top: 0;
width: 100%;
height: 100%;*/
margin: 0 auto;
border: none;
}
.elk_video_preview {
display: block;
width: 100%;
/* margin: 0 auto;*/
}
/* 1440px */
@media screen and (min-width: 90em) {
.elk_video_container {
display: inline-block;
vertical-align: top;
/* min-width: 575px;
width: 49%;*/
margin: 0 2px 1em 2px;
}
}
/* 1760px */
@media screen and (min-width: 110em) {
/* .elk_video_container {
min-width: 675px;
}
.elk_video {
padding-bottom: min(600px, 75%);
}*/
}
/* 2175 */
@media screen and (min-width: 145em) {
/* .elk_video_container {
min-width: 800px;
}*/
}