@font-face {
	font-family: "RockwellStd-Bold";
	src: url("../fonts/RockwellStd-Bold.eot?#iefix") format("embedded-opentype"),  url("../fonts/RockwellStd-Bold.woff") format("woff"), url("../fonts/RockwellStd-Bold.ttf")  format("truetype"), url("../fonts/RockwellStd-Bold.svg#../fonts/RockwellStd-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "RockwellStd-BoldItalic";
	src: url("../fonts/RockwellStd-BoldItalic.eot?#iefix") format("embedded-opentype"),  url("../fonts/RockwellStd-BoldItalic.woff") format("woff"), url("../fonts/RockwellStd-BoldItalic.ttf")  format("truetype"), url("../fonts/RockwellStd-BoldItalic.svg#../fonts/RockwellStd-BoldItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	width: 100vw;
	overflow-x: hidden;
	font-family: "RockwellStd-Bold", sans-serif;
	background: #fff;
	font-size: 1.3vw;
	line-height: 1.3;
	color: #151616;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	cursor: default; 
	text-rendering: optimizeLegibility;
}

.transition-none * {
	-webkit-transition: none !important;
	        transition: none !important;
}

i {
	font-family: "RockwellStd-BoldItalic", sans-serif;
    font-style: normal;
	padding-right: 0.1em;
}

ol, ul {
	list-style: none;
}

sup {
	vertical-align: bottom;
	font-size: 0.44em;
	position: relative;
	bottom: 1.45em;
	display: inline-block;
}

.opacity0 {
	opacity: 0;
}

.clear-both {
	clear: both;
}

.displaynone {
	display: none;
}

.linked {
	cursor: pointer;
}

.smaller-font {
	font-size: .76em;
}

.uppercase {
	text-transform: uppercase;
}

p.indent {
	text-indent: 1.4em;
}

.pointer-events-none, .pointer-events-none * {
	pointer-events: none;
	cursor: default;
}

.nowrap {
	white-space: nowrap;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.roundedcorners { 
	-webkit-border-radius: 2px; 
	        border-radius: 2px;
}

.shadow { 
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.red {
	color: #8c1413;
}

.translate3d * {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

/*


888888888888  
         ,88  
       ,88"   
     ,88"     
   ,88"       
 ,88"         
88"           
888888888888


*/

.top-image {
	z-index: 0;
}

.main {
	z-index: 1;
}

.cover {
	z-index: 200;
}

.header {
	z-index: 400;
}

.reviews {
	z-index: 440;
}

.fullscreen-overlay {
	z-index: 450;
}

.burger-wrapper {
	z-index: 500;
}

.invite-overlay {
	z-index: 1000;
}

/*


 ad88888ba   88                      
d8"     "8b  ""    ,d                
Y8,                88                
`Y8aaaaa,    88  MM88MMM  ,adPPYba,  
  `"""""8b,  88    88    a8P_____88  
        `8b  88    88    8PP"""""""  
Y8a     a8P  88    88,   "8b,   ,aa  
 "Y88888P"   88    "Y888  `"Ybbd8"'


*/

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 12.5em;
	background: #fff;
	-webkit-transition: opacity 1.1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 1.1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
	
	.header-logos {
		position: absolute;
		top: 0.72em;
		left: 1.1em;
	}

		.paramount-logo-top {
			display: inline-block;
			width: 9.5em;
			padding-bottom: 0.17em;
		}

			.paramount-logo-top img {
				display: block;
				width: 100%;
				height: auto;
			}

		.fox-logo-top {
			display: inline-block;
			width: 4em;
			height: 0;
			padding: 0.25em 0.2em 1.75em 0.3em;
		}

			.fox-logo-top img {
				display: block;
			}

		.header-divider {
			display: inline-block;
			width: 0.34em;
		}

	.fyc-header {
		text-align: center;
		color: #8e744b;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 0.93em;
		line-height: 1.2;
		padding: 1.1em 0 0 .1em;
	}

		.fyc-header sup {
			bottom: 1.4em;
		}

	.grease-live-title-treatment {
		text-align: center;
	}

		.grease-live-title-treatment img {
			width: 21em;
			height: auto;
		}

.fullscreen-overlay {
	top: 0;
	left: 0;
	position: fixed; 
	background: #fff; 
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.menu-holder {
		font-size: 4.2vw;
		line-height: 1;
		background: #fff;
	}

		.menu {
			text-transform: uppercase;
			text-align: right;
		}

			.menu-title-treatment {
				float: left;
				width: 28%;
				margin: 1.8% 4.4% 0 2%;
			}

				.menu-title-treatment a {
					width: 100%; 
				}

					.menu-title-treatment a img {
						width: 100%; 
						height: auto;
					}

			.menu-links {
				float: left;
				width: 56%;
				margin-left: 4%;
				padding-top: 7.7%;
			}

				.menu-links a {
					color: #151616;
					text-decoration: none;
					padding: 0.32em .2em 0 .2em;
					display: block;
					-webkit-transition: color 0.56s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					        transition: color 0.56s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				}

				.menu-links a:hover {
					color: #8c1413;
				}

				.menu-links a.current-page-a {
					color: #fff;
					background: #151616;
					pointer-events: none;
					cursor: default;
				}

.credit-text {
	z-index: 1400;
	line-height: 1;
	text-transform: uppercase;
	border: 0.25em solid #151616;
	padding: 0.65em 0.4em 0 0.6em;
	background: #fff;
	pointer-events: none;
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 0.8em;
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.credit-text-name {
		font-size: 1.84em;
	}

.cover {
	pointer-events: none;
	background: #fff;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

/*


88                                                
88                ,d                              
88                88                              
88  8b,dPPYba,  MM88MMM  8b,dPPYba,   ,adPPYba,   
88  88P'   `"8a   88     88P'   "Y8  a8"     "8a  
88  88       88   88     88          8b       d8  
88  88       88   88,    88          "8a,   ,a8"  
88  88       88   "Y888  88           `"YbbdP"'


*/

.intro {
	width: 100%;
	height: calc(100% - 15.2em);
	position: fixed;
	left: 0;
	bottom: 0;
	background: url("../images/home/sandy-danny-rizzo.jpg");
	background-size: cover;
	background-position: 44% 0%;
	background-repeat: no-repeat;
	-webkit-transition: all 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: all 1.3s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.intro-scale {
		-webkit-transform: scale(1.06) translateY(2%);
		        transform: scale(1.06) translateY(2%);
	}

.invite-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.invite {
		z-index: 10;
		position: absolute;
		top: 50%;
		left: 50%;
		height: 90%;
		max-height: 736px;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

		.invite img {
			width: auto;
			height: 100%;
		}

	.close-invite {
		z-index: 100;
		position: absolute;
		font-size: 21px;
		text-transform: uppercase;
		cursor: pointer;
		margin: 0.5em;
		pointer-events: none;
	}

		.close-invite span {
			padding: 0.3em 0.4em 0.1em 0.4em;
			color: #fff;
			background: #151616;
			pointer-events: auto;
			-webkit-transition: background 0.6s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			        transition: background 0.6s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.close-invite span:hover {
			background: #8c1413;
		}

/*


88888888ba                           88                                             
88      "8b                          ""                                             
88      ,8P                                                                         
88aaaaaa8P'  ,adPPYba,  8b       d8  88   ,adPPYba,  8b      db      d8  ,adPPYba,  
88""""88'   a8P_____88  `8b     d8'  88  a8P_____88  `8b    d88b    d8'  I8[    ""  
88    `8b   8PP"""""""   `8b   d8'   88  8PP"""""""   `8b  d8'`8b  d8'    `"Y8ba,   
88     `8b  "8b,   ,aa    `8b,d8'    88  "8b,   ,aa    `8bd8'  `8bd8'    aa    ]8I  
88      `8b  `"Ybbd8"'      "8"      88   `"Ybbd8"'      YP      YP      `"YbbdP"'  


*/

.reviews {
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	top: 11.9em;
	left: 11em;
	-webkit-transform: translate(-50%, -56%);
	        transform: translate(-50%, -56%);
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}  

	.review-holder {
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.review {
			margin: 0 0 .1em 0;
			letter-spacing: .02em;
		}   

		.review-source {
			font-size: 0.6em;
			line-height: 1.22em;
			background: #8c1413;
			color: #fff;
			padding: 0.34em .42em 0 .48em;
			display: inline-block;
		}

/*


88b           d88              88               
888b         d888              ""               
88`8b       d8'88                               
88 `8b     d8' 88  ,adPPYYba,  88  8b,dPPYba,   
88  `8b   d8'  88  ""     `Y8  88  88P'   `"8a  
88   `8b d8'   88  ,adPPPPP88  88  88       88  
88    `888'    88  88,    ,88  88  88       88  
88     `8'     88  `"8bbdP"Y8  88  88       88


*/

.top-image {
	top: 12.5em;
	width: 100vw;
	padding-bottom: 32vw;
	position: fixed;
	left: 0;
	will-change: transform;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.main {
	position: absolute;
	width: 100%;
	padding-top: 32vw;
	top: 12.5em;
	-webkit-transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.no-top {
	padding-top: 0 !important;
}

	.content {
		background: #fff;
		padding-left: calc(100vw - 100%);
	}

/*


       db         88                                                          88                          88888888888  88  88                      
      d88b        88                                       ,d          ,d     88                          88           ""  88                      
     d8'`8b       88                                       88          88     88                          88               88                      
    d8'  `8b      88,dPPYba,    ,adPPYba,   88       88  MM88MMM     MM88MMM  88,dPPYba,    ,adPPYba,     88aaaaa      88  88  88,dPYba,,adPYba,   
   d8YaaaaY8b     88P'    "8a  a8"     "8a  88       88    88          88     88P'    "8a  a8P_____88     88"""""      88  88  88P'   "88"    "8a  
  d8""""""""8b    88       d8  8b       d8  88       88    88          88     88       88  8PP"""""""     88           88  88  88      88      88  
 d8'        `8b   88b,   ,a8"  "8a,   ,a8"  "8a,   ,a88    88,         88,    88       88  "8b,   ,aa     88           88  88  88      88      88  
d8'          `8b  8Y"Ybbd8"'    `"YbbdP"'    `"YbbdP'Y8    "Y888       "Y888  88       88   `"Ybbd8"'     88           88  88  88      88      88  


*/

.about-the-film {
	padding: 1.6em 0 4em 0;
	font-size: 1.3em;
	width: 24.4em;
	margin: 0 auto;
	text-align: justify;
}

	.about-the-film p.initial-caps:first-letter {
		font-size: 3.71em;
		float: left;
		line-height: 1;
		margin: 0.04em 0.08em -0.2em 0;
	}

	.about-the-film p.about-second-paragraph {
		margin-top: 1.3em;
	}

	.about-the-film sup {
		margin-left: 0.3em;
	}

/*


  ,ad8888ba,                                        88           88                          
 d8"'    `"8b                                       ""           88                          
d8'                                                              88                          
88              ,adPPYba,   8b,dPPYba,   ,adPPYba,  88   ,adPPYb,88   ,adPPYba,  8b,dPPYba,  
88             a8"     "8a  88P'   `"8a  I8[    ""  88  a8"    `Y88  a8P_____88  88P'   "Y8  
Y8,            8b       d8  88       88   `"Y8ba,   88  8b       88  8PP"""""""  88          
 Y8a.    .a8P  "8a,   ,a8"  88       88  aa    ]8I  88  "8a,   ,d88  "8b,   ,aa  88          
  `"Y8888Y"'    `"YbbdP"'   88       88  `"YbbdP"'  88   `"8bbdP"Y8   `"Ybbd8"'  88


*/

.consider {
	text-align: center;
	padding: 1.6em 0 4em 0;
	font-size: 1.2em;
}

	.fyc-category-holder {
		margin: 0 auto 1.9em auto;
	}

		.fyc-category {
			text-transform: uppercase;
			font-size: 1.08em;
			line-height: 1;
			margin-bottom: 0.2em;
		}

		.fyc-title {
			font-size: 0.6em;
			text-transform: uppercase;
			margin-bottom: 0.2em;
		}

		.fyc-names {
			text-transform: uppercase;
			font-size: 1em;
			margin: 0.1em 0 0.4em 0;
			line-height: 1.1;
			color: #b38f73;
		}

		.fyc-names span {
			color: #8c1413;
			padding: 0 0.1em;
		}

/*


888888888888  88                            ,ad8888ba,                                                                                            
     88       88                           d8"'    `"8b                            ,d                                                             
     88       88                          d8'                                      88                                                             
     88       88,dPPYba,    ,adPPYba,     88              ,adPPYba,   ,adPPYba,  MM88MMM  88       88  88,dPYba,,adPYba,    ,adPPYba,  ,adPPYba,  
     88       88P'    "8a  a8P_____88     88             a8"     "8a  I8[    ""    88     88       88  88P'   "88"    "8a  a8P_____88  I8[    ""  
     88       88       88  8PP"""""""     Y8,            8b       d8   `"Y8ba,     88     88       88  88      88      88  8PP"""""""   `"Y8ba,   
     88       88       88  "8b,   ,aa      Y8a.    .a8P  "8a,   ,a8"  aa    ]8I    88,    "8a,   ,a88  88      88      88  "8b,   ,aa  aa    ]8I  
     88       88       88   `"Ybbd8"'       `"Y8888Y"'    `"YbbdP"'   `"YbbdP"'    "Y888   `"YbbdP'Y8  88      88      88   `"Ybbd8"'  `"YbbdP"'


*/

.costumes-outer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 134%;
	overflow: hidden;
}

	.costume-credit {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 21%);
		        transform: translate(-50%, 21%);
	}

	.the-costumes {
		position: absolute;
		height: 0;
		width: 60%;
		left: 50%;
		padding-bottom: 130%;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}

		.costumes-layer {
			position: absolute;
			width: 100%;
			height: 100%;
			pointer-events: none;
		}

		.costumes-layer-1 {
			z-index: 2;
		}

		.costumes-layer-2 {
			z-index: 4;
		}

		.costumes-layer-3 {
			z-index: 6;
		}

		.costumes-layer-4 {
			z-index: 8;
		}

			.costumes-layer .video-holder {
				font-size: inherit !important;
				width: 45%;
				position: absolute;
			}

				.costumes-layer .video-container {
					padding-bottom: 56.4%;
					margin: 0;
					position: relative;
				}

					.costumes-layer .video-play-button {
						width: 3.8em;
						padding: 0.4em 1.1em 0 1.3em;
						bottom: 4.7%;
						left: 3.4%;
					}

				.the-costumes-1 {
					top: 73%;
					left: -18%;
					pointer-events: auto;
				}

				.the-costumes-2 {
					top: 34.5%;
					left: 70%;
					pointer-events: auto;
				}

			.costume,
			.costume-photo {
				pointer-events: none;
				position: absolute;
				will-change: transform;
				-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			}

				.costume img,
				.costume-photo img {
					width: 100%;
					height: auto;
					display: block;
				}

			.costume {
				width: 43%;
			}

			.costume-1 {
				top: 35.8%;
				left: -7%;
			}

			.costume-2 {
				top: 50%;
				left: 55%;
			}

			.costume-3 {
				top: 87.9%;
				left: 54.8%;
			}

			.costume-4 {
				top: 5%;
				left: 7.2%;
			}

			.costume-5 {
				top: 5%;
				left: 26%;
			}

			.costume-6 {
				top: 50.3%;
				left: 76%;
			}

			.costume-7 {
				top: 6%;
				left: 61%;
			}

			.costume-8 {
				top: 91%;
				left: -21%;
			}

			.costume-9 {
				top: 84.5%;
				left: 4%;
			}

			.costume-10 {
				top: 87%;
				left: 79%;
			}

			.costume-11 {
				top: 36%;
				left: -29%;
			}

			.costume-14 {
				top: 5%;
				left: 90%;
			}

			.costume-photo {
				width: 33%;
			}

				.costume-photo img {
					border-radius: 50%;
				}

				.costume-photo-1 {
					top: 42%;
					left: 26%;
				}

				.costume-photo-2 {
					top: 71%;
					left: 40%;
				}

				.costume-photo-3 {
					top: 10%;
					left: -19%;
				}

/*


888888888888  88                           ad88888ba                                   
     88       88                          d8"     "8b                ,d                
     88       88                          Y8,                        88                
     88       88,dPPYba,    ,adPPYba,     `Y8aaaaa,     ,adPPYba,  MM88MMM  ,adPPYba,  
     88       88P'    "8a  a8P_____88       `"""""8b,  a8P_____88    88     I8[    ""  
     88       88       88  8PP"""""""             `8b  8PP"""""""    88      `"Y8ba,   
     88       88       88  "8b,   ,aa     Y8a     a8P  "8b,   ,aa    88,    aa    ]8I  
     88       88       88   `"Ybbd8"'      "Y88888P"    `"Ybbd8"'    "Y888  `"YbbdP"'


*/

.the-sets {

}

	.the-sets .slide-1 .slide-image {
		background-position: 52% 100%;
	}

	.the-sets .slide-1-photo .slide-image {
		background-position: 74% 45%;
	}

	.the-sets .slide-3 .slide-image {
		background-position: 50% 22%;
	}

	.the-sets .slide-3-photo .slide-image {
		background-position: 27% 30%;
	}

	.the-sets .slide-4 .slide-image {
		background-position: 74% 25%;
	}

	.the-sets .slide-4-photo .slide-image {
		background-position: 2% 18%;
	}

	.the-sets .slide-5 .slide-image {
		background-position: 58% 30%;
	}

	.the-sets .slide-5-photo .slide-image {
		background-position: 49% 70%;
	}

	.the-sets .slide-6 .slide-image {
		background-position: 48% 48%;
	}

	.the-sets .slide-6-photo .slide-image {
		background-position: 50% 6%;
	}

	.the-sets .slide-8 .slide-image {
		background-position: 100% 80%;
	}

	.the-sets .slide-8-photo .slide-image {
		background-position: 50% 50%;
	}

	.the-sets .slide-10 .slide-image {
		background-position: 50% 50%;
	}

	.the-sets .slide-10-photo .slide-image {
		background-position: 52% 20%;
	}
	
	.set-design-credit {
		position: absolute;
		top: 1em;
		left: 1em;
		-webkit-transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 0.85s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.set-design-reel {
		z-index: 1400;
		position: absolute;
		width: 15.4%;
		height: 0;
		padding-bottom: 15.4%;
		top: 1em;
		right: 1em;
		pointer-events: none;
		-webkit-transition: opacity 0.65s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 0.65s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.set-design-reel video {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			visibility: hidden;
		}

		.set-design-reel video.setDesignTop {
			visibility: visible;
		}

/*


888888888888  88                           ad88888ba                                                     
     88       88                          d8"     "8b                                                    
     88       88                          Y8,                                                            
     88       88,dPPYba,    ,adPPYba,     `Y8aaaaa,     ,adPPYba,   8b,dPPYba,    ,adPPYb,d8  ,adPPYba,  
     88       88P'    "8a  a8P_____88       `"""""8b,  a8"     "8a  88P'   `"8a  a8"    `Y88  I8[    ""  
     88       88       88  8PP"""""""             `8b  8b       d8  88       88  8b       88   `"Y8ba,   
     88       88       88  "8b,   ,aa     Y8a     a8P  "8a,   ,a8"  88       88  "8a,   ,d88  aa    ]8I  
     88       88       88   `"Ybbd8"'      "Y88888P"    `"YbbdP"'   88       88   `"YbbdP"Y8  `"YbbdP"'  
                                                                                  aa,    ,88             
                                                                                   "Y8bbdP"
*/

.the-songs {
	margin: 0.5vw auto 4vw auto;
	width: 776px;
}

	.music-info {
		font-size: 23px;
		margin: 0.8em 0.1em;
		text-align: justify;
	}

	.the-songs-holder {
		width: 100%;
		height: 0;
		padding-bottom: 109.75%;
		background: #a0a0a0;
		position: relative;
	}

		.the-songs-holder iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: 9px solid #151616;
			padding: 7px;
		}

/*


888888888888  88                            ,ad8888ba,   88                                                                                                               88                        
     88       88                           d8"'    `"8b  88                                                                                                               88                        
     88       88                          d8'            88                                                                                                               88                        
     88       88,dPPYba,    ,adPPYba,     88             88,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,   ,adPPYba,    ,adPPYb,d8  8b,dPPYba,  ,adPPYYba,  8b,dPPYba,   88,dPPYba,   8b       d8  
     88       88P'    "8a  a8P_____88     88             88P'    "8a  a8"     "8a  88P'   "Y8  a8P_____88  a8"     "8a  a8"    `Y88  88P'   "Y8  ""     `Y8  88P'    "8a  88P'    "8a  `8b     d8'  
     88       88       88  8PP"""""""     Y8,            88       88  8b       d8  88          8PP"""""""  8b       d8  8b       88  88          ,adPPPPP88  88       d8  88       88   `8b   d8'   
     88       88       88  "8b,   ,aa      Y8a.    .a8P  88       88  "8a,   ,a8"  88          "8b,   ,aa  "8a,   ,a8"  "8a,   ,d88  88          88,    ,88  88b,   ,a8"  88       88    `8b,d8'    
     88       88       88   `"Ybbd8"'       `"Y8888Y"'   88       88   `"YbbdP"'   88           `"Ybbd8"'   `"YbbdP"'    `"YbbdP"Y8  88          `"8bbdP"Y8  88`YbbdP"'   88       88      Y88'     
                                                                                                                         aa,    ,88                          88                            d8'      
                                                                                                                          "Y8bbdP"                           88                           d8'
*/

.choreography-credit {
	margin: 0.7em 0 0.5em 0;
	display: inline-block;
}

/*

                                                           
8b           d8  88           88                           
`8b         d8'  ""           88                           
 `8b       d8'                88                           
  `8b     d8'    88   ,adPPYb,88   ,adPPYba,   ,adPPYba,   
   `8b   d8'     88  a8"    `Y88  a8P_____88  a8"     "8a  
    `8b d8'      88  8b       88  8PP"""""""  8b       d8  
     `888'       88  "8a,   ,d88  "8b,   ,aa  "8a,   ,a8"  
      `8'        88   `"8bbdP"Y8   `"Ybbd8"'   `"YbbdP"'   


*/

.video {
	padding: 0 0 1.2em 0;
	width: 60%;
	margin: 0 auto;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}

	.video-holder {
		font-size: 2.1em;
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.video-details {
			font-size: 0.64em;
			margin: 1.3em 0 0.14em 0;
			text-align: left;
		}

		.video-container {
			position: relative;
			width: 100%;
			height: 0;
			padding-bottom: 56.25%;
			overflow: hidden;
			margin: 0 auto 2em 0;
		}

			.video-container video {
				z-index: 1;
				position: absolute;
				top: 0; 
				left: 0;
				width: 100%;
				height: 100%;
			}

			.video-still {
				z-index: 40;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				pointer-events: none;
				-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				        transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			}

				.video-still img {
					width: 100%;
					height: auto;
				}

			.video-play {
				z-index: 100;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				cursor: pointer;
				-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				        transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			}

				.video-play-button {
					width: 2.5em; 
					padding: 0.25em 0.75em 0 0.9em;
					background: rgba(21, 22, 22, 0.9);	
					border-radius: 0.06em;	
					position: absolute;
					bottom: 3.7%;
					left: 2.4%;
					-webkit-transition: background 0.44s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					        transition: background 0.44s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				}

				.video-container:hover .video-play-button {
					background: rgba(140, 20, 19, 0.9);	
				}

/*


88888888ba   88                                                       
88      "8b  88                         ,d                            
88      ,8P  88                         88                            
88aaaaaa8P'  88,dPPYba,    ,adPPYba,  MM88MMM  ,adPPYba,   ,adPPYba,  
88""""""'    88P'    "8a  a8"     "8a   88    a8"     "8a  I8[    ""  
88           88       88  8b       d8   88    8b       d8   `"Y8ba,   
88           88       88  "8a,   ,a8"   88,   "8a,   ,a8"  aa    ]8I  
88           88       88   `"YbbdP"'    "Y888  `"YbbdP"'   `"YbbdP"'  


*/

.gallery {
	width: 100%;
	height: calc(100% - 12.4em);
	position: fixed;
	bottom: -0.1em;
	left: 0;
}

		.gallery .swiper-container {
			z-index: 10;
			width: 100%;
			height: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
		}

			.gallery .swiper-wrapper {
				
			}

			.ease-in-out {
				-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
				        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
			}

				.stills-slide {
					overflow: hidden;
				}

					.slide-image {
						position: absolute;
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
						background-size: cover;
						background-repeat: no-repeat;
						will-change: transform;
					}

					.photos .slide-1 .slide-image {
						background-position: 70% 18%;
					}

					.photos .slide-2 .slide-image {
						background-position: 16% 3%;
					}

					.photos .slide-3 .slide-image {
						background-position: 59% 22%;
					}

					.photos .slide-4 .slide-image {
						background-position: 60% 12%;
					}

					.photos .slide-5 .slide-image {
						background-position: 30% 10%;
					}

					.photos .slide-6 .slide-image {
						background-position: 63% 35%;
					}

					.photos .slide-7 .slide-image {
						background-position: 41% 33%;
					}

					.photos .slide-8 .slide-image {
						background-position: 52% 31%;
					}

					.photos .slide-9 .slide-image {
						background-position: 59% 5%;
					}

					.photos .slide-10 .slide-image {
						background-position: 55% 30%;
					}

					.photos .slide-11 .slide-image {
						background-position: 49% 34%;
					}

					.photos .slide-12 .slide-image {
						background-position: 50% 24%;
					}

					.photos .slide-13 .slide-image {
						background-position: 28% 52%;
					}

					.photos .slide-14 .slide-image {
						background-position: 52% 56%;
					}

					.photos .slide-15 .slide-image {
						background-position: 52% 10%;
					}

					.photos .slide-16 .slide-image {
						background-position: 59% 23%;
					}

					.photos .slide-17 .slide-image {
						background-position: 57% 15%;
					}

					.photos .slide-18 .slide-image {
						background-position: 47% 12%;
					}

					.photos .slide-19 .slide-image {
						background-position: 48% 30%;
					}

					.photos .slide-20 .slide-image {
						background-position: 62% 15%;
					}

					.photos .slide-21 .slide-image {
						background-position: 0 82%;
					}

					.photos .slide-22 .slide-image {
						background-position: 41% 58%;
					}

					.photos .slide-23 .slide-image {
						background-position: 52% 21%;
					}

					.photos .slide-24 .slide-image {
						background-position: 90% 10%;
					}

					.photos .slide-25 .slide-image {
						background-position: 46% 48%;
					}

					.photos .slide-26 .slide-image {
						background-position: 50% 22%;
					}

					.photos .slide-27 .slide-image {
						background-position: 47% 54%;
					}

					.photos .slide-28 .slide-image {
						background-position: 38% 8%;
					}

					.photos .slide-29 .slide-image {
						background-position: 8% 30%;
					}

					.photos .slide-30 .slide-image {
						background-position: 74% 36%;
					}

					.photos .slide-31 .slide-image {
						background-position: 48% 22%;
					}

					.photos .slide-32 .slide-image {
						background-position: 44% 46%;
					}

				.gallery-navigation-outer {
					z-index: 1000;
					position: absolute;
					width: 100%;
					height: 134px;
					bottom: 0;
					pointer-events: none;
					font-size: 11px;
					color: #fff;
				}

					.gallery-navigation {
						z-index: 1;
						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translate(-50%, -50%);
						        transform: translate(-50%, -50%);
					}

						.pagination-outer {
							font-size: 1.42em;
							background: #141515;
							width: 5em;
							height: 5em;
							text-align: center;
							pointer-events: auto;
							border-radius: 50%;
						}

							.pagination {
								width: 100%;
								height: 100%;
							}

								.pagination-index {
									font-size: 1.2em;
									position: absolute;
									top: 53%;
									right: 60%;
									-webkit-transform: translate(0, -50%);
									        transform: translate(0, -50%);
								}

								.pagination-of {
									font-size: 1.2em;
									position: absolute;
									top: 53%;
									left: 50%;
									-webkit-transform: translate(-50%, -50%);
									        transform: translate(-50%, -50%);
								}

								.pagination-total {
									font-size: 1.2em;
									position: absolute;
									top: 53%;
									left: 62%;
									-webkit-transform: translate(0, -50%);
									        transform: translate(0, -50%);
								}

						.gallery-arrows {
							z-index: 2;
							text-transform: uppercase;
							width: 100%;
							height: 100%;
							top: 0;
							left: 0;
							position: absolute;
						}

							.gallery-arrow {
								font-size: 2.8em;
								line-height: 0.9;
								padding: 0.3em 0 0 0;
								position: absolute;
								top: 50%;
								pointer-events: auto;
								cursor: pointer;
							}

							.gallery-prev {
								right: 114%;
								-webkit-transform: translate(0, -50%);
								        transform: translate(0, -50%);
							}

							.gallery-next {
								left: 114%;
								-webkit-transform: translate(0, -50%);
								        transform: translate(0, -50%);
							}

								.gallery-arrow-border {
									height: 4px;
									width: 0;
									position: absolute;
									background: #fff;
									left: 50%;
									-webkit-transform: translate(-50%, 0);
									        transform: translate(-50%, 0);
									-webkit-transition: width 0.37s cubic-bezier(0.500, 0.940, 0.680, 1.000);
									        transition: width 0.37s cubic-bezier(0.500, 0.940, 0.680, 1.000);
								}

								.gallery-arrow-border-top {
									top: 0;
								}

								.gallery-arrow-border-bottom {
									bottom: 0;
								}

								.gallery-arrow:hover .gallery-arrow-border {
									width: 100%;
									-webkit-transition: width 0.33s cubic-bezier(0.500, 0.940, 0.680, 1.000);
									        transition: width 0.33s cubic-bezier(0.500, 0.940, 0.680, 1.000);
								}

/*


88888888888                                                       
88                                              ,d                
88                                              88                
88aaaaa  8b       d8   ,adPPYba,  8b,dPPYba,  MM88MMM  ,adPPYba,  
88"""""  `8b     d8'  a8P_____88  88P'   `"8a   88     I8[    ""  
88        `8b   d8'   8PP"""""""  88       88   88      `"Y8ba,   
88         `8b,d8'    "8b,   ,aa  88       88   88,    aa    ]8I  
88888888888  "8"       `"Ybbd8"'  88       88   "Y888  `"YbbdP"'


*/

.events {
	text-align: center;
	margin: 1.7vw 0 2.7vw 0;
}

	.events img {
		width: 88%;
		max-width: 600px;
		height: auto;
		border: 9px solid #151616;
		padding: 7px;
		background: #a0a0a0;
	}

/*


88888888ba                                                                 
88      "8b                                                                
88      ,8P                                                                
88aaaaaa8P'  88       88  8b,dPPYba,   ,adPPYb,d8   ,adPPYba,  8b,dPPYba,  
88""""""8b,  88       88  88P'   "Y8  a8"    `Y88  a8P_____88  88P'   "Y8  
88      `8b  88       88  88          8b       88  8PP"""""""  88          
88      a8P  "8a,   ,a88  88          "8a,   ,d88  "8b,   ,aa  88          
88888888P"    `"YbbdP'Y8  88           `"YbbdP"Y8   `"Ybbd8"'  88          
                                       aa,    ,88                          
                                        "Y8bbdP"
*/

.burger-wrapper {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	pointer-events: none;
}

	.burger-icon {
		width: 30px;
		height: 20px;
		position: absolute;
		top: 1.2vw;
		right: 2.2vw;
		-webkit-transition: opacity 1.1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 1.1s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.burger-hit {
			position: absolute;
			top: -30%;
			left: -317%;
			width: 444%;
			height: 180%;
			pointer-events: auto;
	  		cursor: pointer;
		}

		.burger-icon span {
			display: block;
			height: 5px;
			width: 100%;
			position: absolute;
		}

		.burger-bun-top {
			background-color: #0a0b0b;
			top: 0;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
		}

		.burger-middle {
			background-color: #0a0b0b;
			top: 50%;
		}

		.burger-bun-bottom {
			background-color: #0a0b0b;
			top: 100%;
			-webkit-transform-origin: 50% 50%;
			        transform-origin: 50% 50%;
		}

		.open-burger .burger-bun-top {
			-webkit-animation: burger-top-open 0.54s linear;
			        animation: burger-top-open 0.54s linear;
			-webkit-animation-fill-mode: forwards;
			        animation-fill-mode: forwards;
		}

		.open-burger .burger-middle {
			-webkit-animation: burger-middle-open 0.54s linear;
			        animation: burger-middle-open 0.54s linear;
			-webkit-animation-fill-mode: forwards;
			        animation-fill-mode: forwards;
		}

		.open-burger .burger-bun-bottom {
			-webkit-animation: burger-bottom-open 0.54s linear;
			        animation: burger-bottom-open 0.54s linear;
			-webkit-animation-fill-mode: forwards;
			        animation-fill-mode: forwards;
		}

	.menu-text {
		text-transform: uppercase;
		position: absolute;
		font-size: 19.3px;
		right: 42px;
		top: 0.25em;
	}

@-webkit-keyframes burger-top-open {
	0% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	55% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes burger-top-open {
	0% {
		top: 50%;
		transform: rotate(-45deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	55% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

@-webkit-keyframes burger-middle-open {
	0% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	55% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes burger-middle-open {
	0% {
		top: 50%;
		transform: rotate(-45deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	55% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(0deg);
	}
}

@-webkit-keyframes burger-bottom-open {
	0% {
		top: 50%;
		-webkit-transform: rotate(45deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	55% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 100%;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes burger-bottom-open {
	0% {
		top: 50%;
		transform: rotate(45deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	55% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 100%;
		transform: rotate(0deg);
	}
}

	.closed-burger .burger-bun-top {
		-webkit-animation: burger-top-close 0.54s linear;
		        animation: burger-top-close 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.closed-burger .burger-middle {
		-webkit-animation: burger-middle-close 0.54s linear;
		        animation: burger-middle-close 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

	.closed-burger .burger-bun-bottom {
		-webkit-animation: burger-bottom-close 0.54s linear;
		        animation: burger-bottom-close 0.54s linear;
		-webkit-animation-fill-mode: forwards;
		        animation-fill-mode: forwards;
	}

@-webkit-keyframes burger-top-close {
	0% {
		top: 0;
		-webkit-transform: rotate(0deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	68% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
	}
}

@keyframes burger-top-close {
	0% {
		top: 0;
		transform: rotate(0deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	68% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(-45deg);
	}
}

@-webkit-keyframes burger-middle-close {
	0% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	68% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(-45deg);
	}
}

@keyframes burger-middle-close {
	0% {
		top: 50%;
		transform: rotate(0deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	68% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(-45deg);
	}
}

@-webkit-keyframes burger-bottom-close {
	0% {
		top: 100%;
		-webkit-transform: rotate(0deg);
	}
	40% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	68% {
		top: 50%;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		-webkit-transform: rotate(45deg);
	}
}

@keyframes burger-bottom-close {
	0% {
		top: 100%;
		transform: rotate(0deg);
	}
	40% {
		top: 50%;
		transform: rotate(0deg);
	}
	68% {
		top: 50%;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(45deg);
	}
}

/*


I8,        8        ,8I  88                        88                                              
`8b       d8b       d8'  ""                        88                                              
 "8,     ,8"8,     ,8"                             88                                              
  Y8     8P Y8     8P    88  8b,dPPYba,    ,adPPYb,88   ,adPPYba,   8b      db      d8  ,adPPYba,  
  `8b   d8' `8b   d8'    88  88P'   `"8a  a8"    `Y88  a8"     "8a  `8b    d88b    d8'  I8[    ""  
   `8a a8'   `8a a8'     88  88       88  8b       88  8b       d8   `8b  d8'`8b  d8'    `"Y8ba,   
    `8a8'     `8a8'      88  88       88  "8a,   ,d88  "8a,   ,a8"    `8bd8'  `8bd8'    aa    ]8I  
     `8'       `8'       88  88       88   `"8bbdP"Y8   `"YbbdP"'       YP      YP      `"YbbdP"'


*/

.windows sup {
	bottom: 1.3em;
}

.windows .fyc-header sup {
	bottom: 1.2em;
}

.windows .menu-text {
	top: 0.04em;
}

.windows .menu-links a {
	padding: 0.2em 0.2em 0.2em 0.2em;
}

.windows .review-source {
	padding: 0.15em 0.4em 0.15em 0.4em;
}

.windows .about-the-film p.initial-caps:first-letter {
	margin: -0.09em 0.1em -0.1em 0;
}

.windows .credit-text {
	padding: 0.4em 0.5em 0.3em 0.67em;
}

.windows .pagination-index,
.windows .pagination-of,
.windows .pagination-total {
	top: 52%;
}

.windows .gallery-arrow {
	padding: 0.17em 0 0.18em 0;
}

/*


88888888ba                                                                           88                           
88      "8b                                                                          ""                           
88      ,8P                                                                                                       
88aaaaaa8P'  ,adPPYba,  ,adPPYba,  8b,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,  88  8b       d8   ,adPPYba,  
88""""88'   a8P_____88  I8[    ""  88P'    "8a  a8"     "8a  88P'   `"8a  I8[    ""  88  `8b     d8'  a8P_____88  
88    `8b   8PP"""""""   `"Y8ba,   88       d8  8b       d8  88       88   `"Y8ba,   88   `8b   d8'   8PP"""""""  
88     `8b  "8b,   ,aa  aa    ]8I  88b,   ,a8"  "8a,   ,a8"  88       88  aa    ]8I  88    `8b,d8'    "8b,   ,aa  
88      `8b  `"Ybbd8"'  `"YbbdP"'  88`YbbdP"'    `"YbbdP"'   88       88  `"YbbdP"'  88      "8"       `"Ybbd8"'  
                                   88                                                                             
                                   88                                                                             
*/

@media (max-aspect-ratio: 70/100) {
	body {
		font-size: 2.3vw;
	}

	.header {
		height: 17.5em;
	}

	.header-logos {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		padding: 0.85em 0 0.1em 0;
	}
	
	.paramount-logo-top {
		width: 12em;
	}

	.fox-logo-top {
		width: 5.3em;
		padding: 0.3em 0.3em 2.25em 0.5em;
	}

	.fyc-header {
		padding: 0.8em 0 0.3em 0;
	}

	.grease-live-title-treatment img {
		width: 22em;
	}

	.burger-icon {
		left: 2.4vw;
		top: 2.2vw;
	}

	.menu-text {
		display: none;
	}

	.menu-holder {
		font-size: 6.5vw;
	}

	.menu-links {
		width: 85%;
	}

	.intro {
		height: calc(100% - 17.8em);
		background-position: 49% 0%;
	}

	.gallery {
		height: calc(100% - 17.4em);
	}

	.top-image {
		top: 17.5em;
		padding-bottom: 46vw;
	}

	.main {
		top: 17.5em;
		padding-top: 46vw;
	}

	.video {
		width: 96%;
		padding: 0 0 0.2em 0;
	}

	.video-holder {
		font-size: 2em;
	}
	
	.reviews {
		display: none;
	}

	.set-design-reel {
		width: 25%;
		padding-bottom: 25%;
	}
}

@media (min-aspect-ratio: 70/100) and (max-aspect-ratio: 100/100) {
	body {
		font-size: 1.65vw;
	}

	.menu-holder {
		font-size: 5.3vw;
	}

	.menu-links {
		width: 78%;
	}

	.top-image {
		padding-bottom: 38vw;
	}

	.main {
		padding-top: 38vw;
	}

	.video {
		width: 77%;
	}

	.intro {
		height: calc(100% - 17.8em);
	}

	.reviews {
		font-size: 1.36em;
		top: 13.3em;
		left: 9.8em;
	}
}

@media (max-aspect-ratio: 100/100) {
	.menu {
		text-align: center;
	}

	.menu-title-treatment {
		width: 100%;
		margin: 3.4% 0 1% 0;
		text-align: center;
		float: none;
	}

	.menu-title-treatment a {
		width: auto;
		margin: 0 auto;
	}

	.menu-title-treatment a img {
		width: 53%;
	}

	.menu-links {
		float: none;
		padding-top: 1.6%;
		margin: 0 auto;
	}

	.costumes-outer {
		padding-bottom: 148%;
	}

	.costume-credit {
		-webkit-transform: translate(-50%, 11%);
		        transform: translate(-50%, 11%);
	}

	.the-costumes {
		padding-bottom: 130%;
		-webkit-transform: translate(-50%, 3%);
		        transform: translate(-50%, 3%);
	}

	.costume-1 {
		top: 34.8%;
	}

	.costume-3 {
		top: 86.9%;
		left: 55.8%;
	}

	.costume-8 {
		top: 84%;
		left: -33%;
	}

	.costume-9 {
		top: 84%;
		left: -8%;
		padding-bottom: 130%;
	}

	.costume-10 {
		top: 87%;
		left: 80%;
	}

	.costume-11 {
		top: 35%;
	}

	.costume-photo-1 {
		top: 41%;
		left: 28%;
	}

	.costume-photo-2 {
		top: 73%;
		left: 36%;
	}

	.the-costumes-1 {
		top: 67.5%;
	}

	.the-costumes-2 {
		top: 34%;
	}
}

@media (min-aspect-ratio: 170/100) {
	body {
		font-size: 1.2vw;
	}

	.menu-holder {
		font-size: 3.6vw;
	}

	.content {
		font-size: 1.2em;
	}

	.header-logos {
		top: 0.7em;
		left: 1.3em;
	}

	.paramount-logo-top {
		width: 12em;
	}

	.fox-logo-top {
		width: 4.5em;
		padding: 0.25em 0.2em 2.2em 0.3em;
	}

	.reviews {
		text-align: center;
		font-size: 1.42em;
		top: 11.2em;
		left: 11.2em;
	}

	.video {
		width: 56%;
	}

	.set-design-reel {
		width: 15%;
		padding-bottom: 15%;
	}
}


@media (min-aspect-ratio: 170/100) and (max-width: 680px) {
	.header-logos {
		top: 1.45em;
		left: 2em;
	}

	.menu-links {
		width: 48%;
		padding-top: 8.8%;
	}

	.menu-title-treatment {
		width: 32.3%;
		margin: 3.2% 4.6% 0 4%;
	}
	
	.paramount-logo-top {
		width: 16em;
	}

	.fox-logo-top {
		width: 6.6em;
		padding: 0.4em 0.4em 2.9em 0.6em;
	}
}

@media (max-width: 680px) {
	.gallery-navigation-outer {
		font-size: 6px;
		height: 76px;
	}

	.gallery-arrow-border {
		height: 2px;
	}

	.music-info {
		font-size: 13px;
	}

	.the-songs {
		width: 290px;
	}

	.the-songs-holder {
		padding-bottom: 126.5%;
	}

	.the-songs-holder iframe,
	.events img {
		border: 6px solid #151616;
		padding: 4px;
	}
}

@media (min-width: 680px) and (max-width: 860px) {
	.gallery-navigation-outer {
		font-size: 8px;
		height: 110px;
	}

	.gallery-arrow-border {
		height: 3px;
	}	

	.music-info {
		font-size: 18px;
	}

	.the-songs {
		width: 630px;
	}

	.the-songs-holder {
		padding-bottom: 112%;
	}
}

@media (max-width: 860px) {
	.burger-icon {
		top: 2.4vw;
		right: 3vw;
	}

	.menu-text {
		display: none;
	}

	.burger-hit {
		left: -10%;
		width: 120%;
	}
}

@media (min-width: 860px) and (max-width: 1100px) {
	.music-info {
		font-size: 20px;
	}

	.gallery-navigation-outer {
		font-size: 10px;
		height: 120px;
	}

	.gallery-arrow-border {
		height: 3px;
	}
}

@media (max-width: 1260px) {
	.burger-icon {
		width: 26px;
		height: 16px;
	}

	.burger-icon span {
		height: 4px;
	}

	.menu-text {
		font-size: 15px;
		right: 34px;
	}
}

@media (min-width: 1700px) {
	.burger-icon {
		width: 38px;
		height: 26px;
	}

	.burger-icon span {
		height: 6px;
	}

	.menu-text {
		font-size: 22.5px;
		right: 50px;
	}

	.gallery-navigation-outer {
		font-size: 12px;
		height: 138px;
	}
}

@media (min-width: 2200px) {
	.burger-icon {
		width: 44px;
		height: 30px;
	}

	.burger-icon span {
		height: 7px;
	}

	.menu-text {
		font-size: 28px;
		right: 56px;
	}

	.gallery-navigation-outer {
		font-size: 13px;
		height: 160px;
	}

	.gallery-arrow-border {
		height: 5px;
	}

	.about-the-film {
		font-size: 1.09em;
	}

	.consider {
		font-size: 1.09em;
	}
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.swiper-container, .swiper-container * {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}


/**
 * Swiper 3.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 28, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
















