/*=========MOBILE DEFAULT STYLES============*/

	/*START GLOBAL STYLES*/
		html,
		body {
			width: 100vw;
			overflow-x: hidden !important;
		}

		.main-content {
			width: 100vw;
			overflow-x: hidden !important;
		}
	/*END GLOBAL STYLES*/

	/*START BG VIDEO SECTION STYLES*/
		.background-video {
			position: relative;
			width: 100vw;
			height: 100vw;
			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(0);
		}

		.bg-video-iframe {
			display: block;
			width: 100vw;
			height: 100vw;
			transform: translateY(0);
			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: 35px;
			left: 50px;
			width: 85px;
			height: auto;
			z-index: 10;
		}

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

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

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

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

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

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

		.clear {
			display: block;
			clear: both;
		}

		.landing-link {
			position: relative;
			display: inline-block;
			float: left;
			width: 40px;
			height: auto;
			margin-right: 40px;
			margin-bottom: 40px;
		}

		.modal-trigger {
			z-index: 49;
		}

		.landing-link:nth-child(3) {
			margin-right: 0;
		}


		.landing-link:last-child {
			margin-right: 0;
		}

		.reel-icon-img {
			height: 42px;
			width: auto;
			transform: translateY(-2px);
		}
	/*END LANDING SECTION STYLES*/

	/*START BRAND LOGOS SECTION STYLES*/
		.brand-logos-container {
			position: relative;
			width: 85vw;
			height: auto;
			margin: 0 auto;
			margin-top: 75px;
			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.3em;
			color: #f1f1f1;
		}

		.brand-logos-wrapper {
			position: relative;
			width: calc(100% - 2vw);
			height: auto;
			overflow-x: hidden;
			margin: 0 auto;
			margin-top: 65px;
			padding-left: 2vw;
		}

		.clear-brands {
			display: block;
			clear: both;
		}

		.brand-logo {
			position: relative;
			display: inline-block;
			/*float: left;*/
			width: calc(28.3vw - 18px);
			height: auto;
			margin-right: 9px;
			margin-bottom: 55px;
			user-select: none;
		}

		/*.listerine-logo {
			float: none;
			margin-right: 0;
			clear: both;
		}

		.pistons-logo {
			float: none;
			margin-right: 0;
			clear: both;
		}*/


		.brand-logo-img {
			width: calc(28.3vw - 18px);
			height: auto;
			user-select: none;
		}
	/*END BRAND LOGOS SECTION STYLES*/

	/*START FOOTER SECTION STYLES*/

		.landing-footer-container {
			position: relative;
			margin-top: 0;
			margin-left: 0;
			width: 100vw;
			height: auto;
			margin: 0;
			padding: 0;
			margin-top: 75px;
			overflow-x: hidden;
			z-index: 5;
		}


		.landing-selfie-container {
			display: none;
			position: absolute;
			top: 272px;
			left: 0;
			right: 0;
			margin: 0 auto;
			width: 550px;
			height: 550px;
			overflow: hidden;
			z-index: 1;
		}

		.landing-selfie-img {
			top: 0;
			left: 0;
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
		}


		.landing-footer-wrapper {
			position: relative;
			margin-top: 0;
			margin-left: 0;
			width: 90vw;
			height: auto;
			padding: 0;
			padding-left: 5vw;
			overflow-x: hidden;
			z-index: 5;
		}

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

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

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


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

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


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

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

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

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

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

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

		.landing-bg-left {
			position: absolute;
			display: none;
			width: 105vw;
			height: auto;
			top: 190px;
			left: -67vw;
			z-index: 0;
			user-select: none;
		}


		.landing-bg-right {
			position: absolute;
			display: none;
			width: 105vw;
			height: auto;
			top: -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: 0;
			overflow: hidden;
			opacity: 0;
			transform-origin: center;
			transform: scale(0.75);
			transition: all 0.2s ease-out;
		}

		.modal-overlay.open {
			height: 100vh;
			opacity: 1;
			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: 320px;
			height: 180px;
			top: 0;
			left: 0;
			right: 0;
			margin: 0 auto;
			margin-top: calc((100vh - 180px)/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*/

}