/*=========TABLET PORTRAIT STYLES============*/

@media screen and (min-width: 750px) and (min-height: 401px) {

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

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

		.bg-video-poster-img {
			width: 100vw;
			height: auto;
			transform: translateY(0);
		}

		.bg-video-iframe {
			display: block;
			width: 100vw;
			height: 100vw;
			transform: translateY(0);
		}
	/*END BG VIDEO SECTION STYLES*/


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

		.landing-logo-img {
			top: 35px;
			left: 50px;
			width: 95px;
			height: auto;
		}

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

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

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

		.landing-body {
			position: relative;
			text-align: center;
			font-size: 1.25em;
			margin-top: 9px;
		}

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

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

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

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

		.clear {
			display: none;
		}
	/*END LANDING SECTION STYLES*/


	/*START BRAND LOGOS SECTION STYLES*/
		.brand-logos-container {
			margin: 0 auto;
			margin-top: 25px;
		}

		.brand-logos-header {
			font-size: 2.68em;
		}
	/*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: 0;
			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: inline-block;
			float:  left;
			width: calc(45vw - 30px);
			height: calc((45vw - 30px)/1.3333);
			margin-right: 50px;
			margin-bottom: 60px;
			background: #1D0D5C;
			box-shadow: 10.657px 16.213px 75.2px 4.8px rgba(11, 4, 51, 0.85);
			z-index: 5;
		}

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


		.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((45vw - 30px)/1.3333);
			width: auto;
			z-index: 1;
		}

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

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

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

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

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

		.landing-bg-left {
			position: absolute;
			display: block;
			width: 125vw;
			height: auto;
			top: 100vh;
			left: -82vw;
		}

		.landing-bg-right {
			position: absolute;
			display: block;
			width: 125vw;
			height: auto;
			top: calc(100vh - 450px);
			right: -65vw;
		}
	/*END FOOTER SECTION STYLES*/


	/*START REEL VIDEO OVERLAY STYLES*/
		/*.video-iframe {
			width: 640px;
			height: 360px;
			margin-top: calc((100vh - 360px)/2);
		}*/
	/*END REEL VIDEO OVERLAY STYLES*/

}