@media
only screen and (max-width: 1920px),
{
	#frame {
		zoom: 1.8;
		-moz-transform: scale(1.8);
		-moz-transform-origin: 0 0;
	}
}
@media
only screen and (max-width: 1700px),
{
	#frame {
		zoom: 1.7;
		-moz-transform: scale(1.7);
		-moz-transform-origin: 0 0;
	}
}
@media
only screen and (max-width: 1600px),
{
	#frame {
		zoom: 1.6;
		-moz-transform: scale(1.6);
		-moz-transform-origin: 0 0;
	}
}
@media
only screen and (max-width: 1500px),
{
	#frame {
		zoom: 1.5;
		-moz-transform: scale(1.5);
		-moz-transform-origin: 0 0;
	}
}
@media
only screen and (max-width: 1400px),
{
	#frame {
		zoom: 1.4;
		-moz-transform: scale(1.4);
		-moz-transform-origin: 0 0;
	}
}
@media
only screen and (max-width: 1300px),
{
	#frame {
		zoom: 1.3;
		-moz-transform: scale(1.3);
		-moz-transform-origin: 0 0;
	}
}
@media
only screen and (max-width: 1280px),
{
	#frame {
		zoom: 1.2;
		-moz-transform: scale(1.2);
		-moz-transform-origin: 0 0;
	}
}
@media
only screen and (max-width: 1100px),
{
	#frame {
		zoom: 1.1;
		-moz-transform: scale(1.1);
		-moz-transform-origin: 0 0;
	}
}

@media
only screen and (max-width: 1000px),
{
	#frame {
		zoom: 1;
		-moz-transform: scale(1);
		-moz-transform-origin: 0 0;
	}
}
/*iPhone X*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	#frame {
		zoom: 0.74;
		-moz-transform: scale(0.74);
		-moz-transform-origin: 0 0;
	}
  }
/*iPhone 6/7/8 +*/
  @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	#frame {
		zoom: 0.82;
		-moz-transform: scale(0.83);
		-moz-transform-origin: 0 0;
	}
  }
/*iPhone 6/7/8*/
  @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	#frame {
		zoom: 0.74;
		-moz-transform: scale(0.74);
		-moz-transform-origin: 0 0;
	}
  }
/* Galaxy S6 */
@media screen 
  and (min-device-width: 360px) 
  and (max-device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {
	#frame {
		zoom: 0.71;
		-moz-transform: scale(0.71);
		-moz-transform-origin: 0 0;
	}
}
/* Galaxy S5 */
@media screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
	#frame {
		zoom: 0.71;
		-moz-transform: scale(0.71);
		-moz-transform-origin: 0 0;
	}
}
  /* iPhone 5/5S/SE */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	#frame {
		zoom: 0.63;
		-moz-transform: scale(0.63);
		-moz-transform-origin: 0 0;
	}
}