@charset "utf-8";
/* CSS Document */

	
	#iframeSimu iframe {
	  height: 1200px;
	}
		
	@media screen and (max-width: 1560px) {
		 #iframeSimu iframe {
		  height: 1750px;
		}
	}
	
	@media screen and (max-width: 990px) {
		 #iframeSimu iframe {
		  height: 1400px;
		}
	}
	
	@media screen and (max-width: 785px) {
		 #iframeSimu iframe {
		  height: 1750px;
		}
	}