@charset "UTF-8";
/* CSS Document */

.iframe-container {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	/* 4:3 Aspect Ratio */
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
img {
    max-width: 100%;
    height: auto;
}