/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Loader */

	body:before, body:after {
		display: none;
	}
	
	
			.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  margin-bottom: -15%;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 20%;
  width: 65%;
  height: 65%;
}