@charset "UTF-8";
/* CSS Document */

body, html {
	color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
}

.before {
	width: 100%;
	padding-top: 555%;
	background-image: url(imgs/tg_mobile_mock_top2.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 2;
}

.after {
	width: 100%;
	padding-top: 555%;
	background-image: url(imgs/tg_mobile_mock_bottom2.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 2;
}


.container-4-1 {
	width: 100%;
	padding-top: 25%;
	overflow: hidden;
	background-color: #000;
	position: relative;
}

.container-4-1 .mobile-parallax-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
	bottom: 0;
	clip: rect(0, auto, auto, 0);
}

.container-4-1 .mobile-parallax-container .bg-img {
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -50%;
	z-index: 0;
}


.container {
	width: 100%;
	padding-top: 16.67%;
	overflow: hidden;
	background-color: #000;
	position: relative;
}

.container .mobile-parallax-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
	bottom: 0;
	clip: rect(0, auto, auto, 0);
}

.container .mobile-parallax-container .bg-img {
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -50%;
	z-index: 0;
}

.bg-landscape {
	object-fit:contain;
	width: 100%;
	height: 100%;
}

.ad-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.flexbox-centering {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.resize-image {
	object-fit:contain;
	width: 90%;
	height: 90%;
}