/*=========DESKTOP STYLES============*/

@media screen and (min-width: 1050px) {	

	/*START BG VIDEO SECTION STYLES*/
		.background-video {
			position: relative;
			width: 100vw;
			height: calc(100vh*0.65);
			overflow: hidden !important;
			z-index: 3;
		}

		.bg-video-poster {
			display: block;
			position: absolute;
			width: 100vw;
			height: auto;
			top: 0;
			left: 0;
			margin: 0;
			z-index: 3;
			opacity: 1;
			transition: all 0.6s ease-in-out;
		}

		.bg-video-poster.fadeOut {
			opacity: 0;
			transition: all 0.6s ease-in-out;
		}

		.bg-video-poster.hidden {
			display: none;
			opacity: 0;
			transition: all 0.2s ease-in-out;
		}

		.bg-video-poster-img {
			width: 100vw;
			height: auto;
			transform: translateY(calc(100vh*-0.275));
		}

		.bg-video-iframe {
			display: block;
			width: 100vw;
			height: calc(100vw*0.5625);
			transform: translateY(calc(100vh*-0.275));
			z-index: 2;
			opacity: 1;
			transition: all 0.2s ease-out;
		}

		.bg-video-iframe.hidden {
			display: none;
			opacity: 0;
			transition: all 0.2s ease-out;
		}
	/*END BG VIDEO SECTION STYLES*/


	/*START LANDING SECTION STYLES*/
		.landing-container {
			position: relative;
			width: 100vw;
			height: auto;
			overflow-x: hidden !important;
			background: #16122c;
		}

		.landing-logo-img {
			position: absolute;
			display: block;
			top: 50px;
			left: 65px;
			width: 103px;
			height: auto;
			z-index: 10;
		}

		.landing-text-container {
			position: relative;
			width: 65vw;
			height: auto;
			margin: 0 auto;
			margin-top: 95px;
			text-align: center;
			z-index: 9;
		}

		.landing-header {
			position: relative;
			text-align: center;
			font-family: 'cir', sans-serif;
			font-weight: 900;
			font-size: 3.5em;
			color: #f1f1f1;
		}

		.landing-subheader {
			position: relative;
			text-align: center;
			font-family: 'cir', sans-serif;
			font-weight: 400;
			font-size: 2em;
			color: #c996cc;
			margin-top: 5px;
		}

		.subheader-01 {
			margin-top: 5px;
		}

		.landing-body {
			position: relative;
			text-align: center;
			font-family: 'cir-italic', sans-serif;
			font-weight: 400;
			font-size: 1.25em;
			color: #916cbf;
			margin-top: 9px;
		}

		/*START SOCIAL LINKS STYLES*/

			.landing-links-container {
				position: relative;
				width: 390px;
				height: auto;
				margin: 0 auto;
				margin-top: 80px;
				z-index: 10;
			}

			.landing-link {
				position: relative;
				display: inline-block;
				float: left;
				width: 40px;
				height: auto;
				margin-right: 25px !important;
				cursor: pointer;
			}

			.landing-link:last-child {
				margin-right: 0;
			}
		/*END SOCIAL LINKS STYLES*/
	/*END LANDING SECTION STYLES*/

	/*START BRAND LOGOS SECTION STYLES*/
		.brand-logos-container {
			position: relative;
			width: 70vw;
			height: auto;
			margin: 0 auto;
			margin-top: 125px;
			text-align: center;
			z-index: 9;
		}

		.brand-logos-header {
			position: relative;
			text-align: center;
			font-family: 'cir', sans-serif;
			font-weight: 900;
			font-size: 2.68em;
			color: #f1f1f1;
		}

		.brand-logos-wrapper {
			position: relative;
			width: 68vw;
			height: auto;
			overflow-x: hidden;
			margin: 0 auto;
			margin-top: 65px;
		}

		.clear-brands {
			clear: none;
			display: none;
		}

		.brand-logo {
			position: relative;
			display: inline-block;
			/*float: left;*/
			width: 170px;
			height: auto;
			margin-right: 15px;
			margin-bottom: 85px;
			user-select: none;
		}

		/*.listerine-logo {
			float: left;
			margin-right: 15px;
			clear: none;
		}

		.pistons-logo {
			float: left;
			margin-right: 15px;
			clear: none;
		}*/

		.brand-logo-img {
			width: 170px;
			height: auto;
			user-select: none;
		}
	/*END BRAND LOGOS SECTION STYLES*/

	/*START FOOTER SECTION STYLES*/

		.landing-footer-container {
			position: relative;
			display: block;
			bottom: 0;
			left: 0;
			width: 100vw;
			height: 525px;
			margin: 0;
			padding: 0;
			margin-top: 0;
			overflow: hidden;
		}

		.landing-selfie-container {
			display: block;
			position: absolute;
			margin: 0;
			top: 0;
			left: calc(100vw - 525px);
			width: 525px;
			height: 525px;
			overflow: hidden;
			z-index: 1;
		}

		.landing-selfie-img {
			top: 0;
			left: 0;
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			transform: translateX(55px);
		}


		.landing-footer-wrapper {
			position: relative;
			display: block;
			margin: 0;
			bottom: 0;
			left: 0;
			width: 95vw;
			height: 300px;
			margin-top: calc(525px - 300px);
			margin-left: 5vw;
			overflow:  hidden;
			z-index: 5;
		}

		.landing-footer-img {
			position: absolute;
			bottom: 0;
			left: 0;
			height: 250px;
			width:  auto;
		}

		.footer-item {
			position: relative;
			display: inline-block;
			float:  left;
			width: calc(18vw - 50px);
			height: calc((18vw - 50px)/1.3333);
			margin-right: 50px;
			background: #1D0D5C;
			box-shadow: 10.657px 16.213px 75.2px 4.8px rgba(11, 4, 51, 0.85);
		}

		.footer-item:nth-child(even) {
			margin-right: 50px;
		}

		.footer-item:nth-child(4) {
			margin-right: 0;
		}

		.footer-item:last-child {
			margin-right: 0;
		}

		.footer-item:nth-child(5) {
			display: none;
		}


		.footer-item-wrapper {
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden !important;
		}

		#lottie-01 {
			position: absolute;
			height: calc((18vw - 50px)/1.3333);
			width: auto;
			z-index: 1;
		}

		#lottie-02 {
			position: absolute;
			height: calc((18vw - 50px)/1.3333);
			width: auto;
			z-index: 1;
		}

		#lottie-03 {
			position: absolute;
			height: calc((18vw - 50px)/1.3333);
			width: auto;
			z-index: 1;
		}

		#lottie-04 {
			position: absolute;
			height: calc((18vw - 50px)/1.3333);
			width: auto;
			z-index: 1;
		}

		.footer-dribbble-img {
			width: 100%;
			height: auto;
		}


		.landing-bg-container {
			position: absolute;
			width: 100vw;
			height: 100vw;
			overflow: hidden !important;
			top: 0;
			left: 0;
		}

		.landing-bg-invisible {
			position: absolute;
			width: 100vw;
			height: 100vw;
			background: transparent;
			overflow: hidden !important;
			top: 0;
			left: 0;
			z-index: 3;
			user-select: none;
		}

		.landing-bg-left {
			position: absolute;
			display: block;
			width: 105vw;
			height: auto;
			top: 65vh;
			left: -63vw;
			z-index: 0;
			user-select: none;
		}

		.landing-bg-right {
			position: absolute;
			display: block;
			width: 105vw;
			height: auto;
			top: calc(65vh - 231px);
			right: -54vw;
			z-index: 0;
			user-select: none;
		}
	/*END FOOTER SECTION STYLES*/


	/*START MODAL OVERLAY STYLES*/
		.modal-overlay {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			padding-top: 20px;
			z-index: 0;
			background: rgba(5,0,35,0.97);
			width: 100vw;
			height: 100vh;
			overflow: hidden;
			opacity: 0;
			/*-webkit-filter: blur(10px);*/
			transform-origin: center;
			transform: scale(0.75);
			transition: all 0.2s ease-out;
		}

		.modal-overlay.open {
			opacity: 1;
			/*-webkit-filter: blur(0);*/
			transform-origin: center;
			transform: scale(1);
			z-index: 500;
			transition: all 0.2s ease-out;
		}


		.close-overlay {
			position: absolute;
			width: 30px;
			height: auto;
			right: 30px;
			top: 30px;
			cursor: pointer;
			z-index: 950;
		}
	/*END MODAL OVERLAY STYLES*/


	/*START REEL VIDEO OVERLAY STYLES*/
		/*.video-iframe {
			position: absolute;
			display: block;
			width: 1200px;
			height: 675px;
			top: 0;
			left: 0;
			right: 0;
			margin: 0 auto;
			margin-top: calc((100vh - 675px)/2);
			z-index: 1250;
			box-shadow: 0px 0px 60px 4px rgba(255, 255, 255, 0.15);
			transform: scale(1);
			transition: all 0.2s ease-out;
		}*/
	/*END REEL VIDEO OVERLAY STYLES*/

}