body {
	height: 100vh;
	color: white;
	background: #000;
	background-size: 75%;
	height: 100vh;
	padding-top: 7vh;
}
a {
	color: #e30613;
}
a:hover {
	color: white;
}
.highlight h2 {
	text-transform: uppercase;
	font-size: 40px;
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.highlight {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	height: 80px;
	text-align: center;
}
.highlight h2, #move {
	opacity: 0
}



#tiret {

}
#background {
	opacity: 0;
}
#tm {
	opacity: 0;
}
#tiret, #i-it, #t-it {
	opacity: 0;
}
figure img, .video-btn, figure figcaption {
	opacity: 0;
}
h3 {
	font-weight: normal;
}
h1 {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	opacity: 0;
}
.video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2em;
	margin-left: -2em;
	opacity: 0;
	z-index: 999;
}
.video-btn:hover {
	cursor: pointer;
}
.modal-dialog {
	width: 80%;
}

footer#logoF {
	width: 100px;
	text-transform: uppercase;
	margin-bottom: 10px;
	opacity: 0;
}
@media (min-width: 576px) { 
	.highlight h2 {
		text-transform: uppercase;
		font-size: 60px;
	}

.modal-dialog {
	width: 80%;
	max-width: initial;
	margin:auto;
}
}

@media (min-width: 768px) {


}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {


}