/* embedded responsive youtube videos */
.iframe-container-youtube { position:relative; margin-bottom: 30px; padding-bottom:56.25%; padding-top:25px; height:0; max-width:100%; }
.iframe-container-youtube iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:none; }

/* embedded responsive vimeo videos */
.iframe-container-vimeo { position:relative; margin-bottom: 30px; padding-bottom:56.25%; padding-top:25px; height:0; max-width:100%; }
.iframe-container-vimeo iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:none; }

/* source of embedded responsive video styles: https://www.t3premium.de/video-generator/ */