.myframe_container
{
	height:100%;
	width:100%;
	background-color:rgba(50,50,50,0.9);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	top:0px;
	position:fixed;
	z-index:1000;
}
.myframe_container #close_button{
	background:url('https://instructor.primeforlife.org/assets/2015_5_25/close_small.png') no-repeat;
	background-repeat:no;
	left: 100%;
	  margin-left: -30px;
	  margin-top: 5px;
	  width: 25px;
	  height: 25px;
	  position: absolute;
	  /* float: right; */
	  /* margin: 10px; */
	  cursor: pointer;
}
.myframe_body iframe{
	width:100%;
	height:100%;
}
.myframe_body
{
	
	  height: 585px;
	  width: 1048px;
	  top: 50%;
	  left: 50%;
	  margin-top: -293px;
	  margin-left: -524px;
	  background-color: #FFF;
	  /* padding-top: 10px; */
	  /* margin: 40px; */
	  position: fixed;
	  z-index: 2000;
	
}

@media screen and (max-width: 1048px) {
	
	.myframe_body
	{
		  width: 1024px;
		  margin-left: -512px;
		  
	}
}

@media screen and (max-width: 1024px) {
	
	.myframe_body
	{
		  width: 512px;
		  margin-left: -256px;
	}
}

@media screen and (max-width: 512px) {
	
	.myframe_body
	{
		  width: 400px;
		  margin-left: -200px;
	}
}