/**
 * Mobile media queries for parallax sections
 */


@media only screen and (min-width: 482px) and (max-width: 767px) {


}

@media only screen and (max-width: 481px) {


}

/* IPAD Portrait */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 

	.parallax{
		background-size:130% auto !important;
		-webkit-background-size:130% auto !important;
		background-attachment:scroll !important;
	}

	/*PARALLAX HEADER CSS*/

	section#header-option{
		-webkit-background-size:250% auto !important;
	}

	/*Video Header Cover Image*/
	div#tubular-cover-image{
		-webkit-background-size:250% auto !important;
	}

}

/* IPAD Landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	.parallax{
		background-size:100% auto !important;
		-webkit-background-size:100% auto !important;
		background-attachment:scroll !important;
	}

	/*PARALLAX HEADER CSS*/

	section#header-option{
		-webkit-background-size:160% auto !important;
	}

	/*Video Header Cover Image*/
	div#tubular-cover-image{
		-webkit-background-size:160% auto !important;
	}

}

/* Iphone Portrait */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { 
	.parallax{
		background-size:320% auto !important;
		-webkit-background-size:320% auto !important;
		background-attachment:scroll !important;
	}

	/*PARALLAX HEADER CSS*/

	section#header-option{
		-webkit-background-size:210% auto;
	}
	#header-option{
		background-size:320% auto !important;
	}

	/*Video Header Cover Image*/
	div#tubular-cover-image{
		-webkit-background-size:160% auto;
	}
}

/* Iphone Lanscape */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
	
	.parallax{
		background-size:210% auto !important;
		-webkit-background-size:210% auto !important;
		background-attachment:scroll !important;
	}

	/*PARALLAX HEADER CSS*/

	section#header-option{
		-webkit-background-size:160% auto;
	}

	/*Video Header Cover Image*/
	div#tubular-cover-image{
		-webkit-background-size:160% auto;
	}
}
/*
     FILE ARCHIVED ON 19:09:29 Apr 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:15:38 Jul 27, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.535
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.029
  esindex: 0.009
  cdx.remote: 8.403
  LoadShardBlock: 80.194 (3)
  PetaboxLoader3.datanode: 55.235 (4)
  PetaboxLoader3.resolve: 75.172 (2)
  load_resource: 80.474
*/