.ifishframeWrapperMobile { 
   position: relative;
   height: 0;
   padding-bottom: 177.778%; /* IMPORTANT DO NOT CHANGE */ 
   padding-top: 0px;
}
.ifishframeWrapperDesktop { 
   position: relative;
   height: 0;
   padding-bottom: 56.25%; /* IMPORTANT DO NOT CHANGE */ 
   padding-top: 0px;
}
.ifishframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px; /* IMPORTANT ELSE SCALING ON IPAD WILL NOT WORK */ 
	min-width: 100%;
}
