body {
	margin: 0;
	padding: 0;	
	background-color: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

html {
	margin: 0;
	padding: 0;	
	height: 100%;
}

.main-content {
	
	width: 100%;
	height: 100%;
}


/* video {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 35%;
	display: block;	
	padding: 0 0 0 7.5%;
} */



video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -90;
}

#video-desktop {
	display: block;
}

#video-tablet {
	display: none;
}

#video-mobile {
	display: none;
}

#logo {
	width: 41%;
	padding: 0 0 4% 0;
	display: block;
}


.description {
	width: 25%;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0 0 47.5%;
	display: block;
	position: relative;
}

#mobcontainer {
	width: 100%;
	height: 100%;
}

#logomob {
	display: none;
	width: 30%;
	bottom: 3%;
	padding: 0 0 0 5%;
	position: absolute;
}

.footer {
	width: 100%;
	position: absolute;
	bottom: -0.3vw;
	left: 0;
}

.footer img {
	width: 17.5%;

}

#partner {
	padding: 0 2% 0 0;
	display: inline;
	float: right;
}

#info {
	padding: 0 0 0 2%;
	display: inline;
	float: left;
}


/* Typography */

a {
	text-decoration: none;
	color: #000;
}


a:hover {
	color: #e6e6e6;
}



p {
	font-family: "GT America";
	font-size: 1.3vw;
	margin: 0;
	font-weight: 400;
	color: #000;
	font-style: normal;
}


h3 {
	
	font-family: "GT America";
	font-size: 1.4vw;
	margin: 0;
	font-weight: 400;
	color: #000;
}


@font-face {
    font-family: "GT America";
    src: url("GTAmerica-Regular.woff2") format("woff2"),
        url("GTAmerica-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Responsive */


@media (min-width: 2000px) {
	
	#video-desktop {
		display: block;
	}
	
	#video-tablet {
	display: none;
}

	#video-mobile {
		display: none;
	}
	
	.footer {
        bottom: -0.3vw;
	}
	
	.footer img {
		width: 17.5%;
	}
}


@media (min-width: 1200px) {
	
	
	
	#video-desktop {
		display: block;
	}
	
	#video-tablet {
	display: none;
}

	#video-mobile {
		display: none;
	}
	
	.description {
		width: 25%;
		top: 50%;
		padding: 0 0 0 50%;
	}	
	
	#logo {
		display: block;
	}	
	
	#logomob {
		display: none;
	}
	
	p {
		font-size: 1.3vw;
	}
	
	.footer {
        bottom: -0.3vw;
	}
	
	.footer img {
		width: 20%;
	}
}




@media (max-width: 1200px) {
	
	
	
	
	#video-desktop {
		display: none;
	}
	
	#video-tablet {
	display: block;
}

	#video-mobile {
		display: none;
	}
	
	.description {
		width: 25%;
		top: 50%;
		padding: 0 0 0 50%;
	}	
	
	#logo {
		display: block;
	}
	
	#logomob {
		display: none;
	}
	
	p {
		font-size: 1.3vw;
	}
	
	.footer {
        bottom: -0.5vw;
	}
	
	.footer img {
		width: 30%;
	}
}

@media (max-width: 767px) {
	
	
	
	#video-desktop {
		display: none;
	}
	
	#video-tablet {
	display: none;
}

	#video-mobile {
		display: block;
	}
	
	.description {
		width: 70%;
		top: 65%;
		padding: 0 0 0 7%;
	}	
	
	#logo {
		display: none;
	}
	
	#logomob {
		display: block;
		padding: 0 0 5% 7%;
	}
	
	p {
		font-size: 3.2vw;
	}
	
	.footer {
        bottom: -1.5vw;
	}
	
	.footer img {
		width: 55%;
	}
}






