/*=========TABLET LANDSCAPE STYLES============*/

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

	/*.video-iframe {
		width: 960px;
		height: 540px;
		margin-top: calc((100vh - 540px)/2);
	}*/

	/*.landing-selfie-container {
		display: block;
		position: absolute;
		top: 160px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 700px;
		height: 700px;
		overflow: hidden;
		z-index: 1;
	}

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



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

		.bg-video-poster {
			display: block;
			position: absolute;
			width: 100vw;
			height: auto;
			top: 0;
			left: 0;
			margin: 0;
		}

		.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));
		}
	/*END BG VIDEO SECTION STYLES*/


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

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

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

		.landing-header {
			position: relative;
			font-size: 3.5em;
		}

		.landing-subheader {
			position: relative;
			font-size: 2em;
			margin-top: 5px;
		}

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

		.landing-body {
			position: relative;
			font-size: 1.25em;
			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: 85vw;
			height: auto;
			margin: 0 auto;
			margin-top: 125px;
		}

		.brand-logos-header {
			position: relative;
			font-size: 2.68em;
		}

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

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

		.brand-logo {
			position: relative;
			display: inline-block;
			width: calc(21.25vw - 33px);
			height: auto;
			margin-right: 11px;
			margin-bottom: 85px;
		}

		.brand-logo-img {
			width: calc(21.25vw - 33px);
			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;
		}

		.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;
			padding-top: 50px;
			overflow:  hidden;
		}

		.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*/

}