/**
 * @file
 * responsive-iframes.css
 * 
 * Responsive Iframes. Must add `padding-top` per iframe
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-03-09
 * 
 * Attached thru `.libraries.yml`
 ============================================================================ */

.resp-container {
  position: relative;
  overflow: hidden;
/*  padding-top: SomePecent%*/
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}