/* EXTRA FONT */


/* MAIN CSS */

.wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%;
	height: 100vh;
}

.main {
	-ms-flex: none;
	-webkit-box-flex: 0;
	flex: none;
	background: transparent;
}

.mainbox {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: center;
	/* -ms-flex-align: center; */
	/* -webkit-box-align: center; */
	/* align-items: center; */
}

.container {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	/* max-width: 1920px; */
	/* padding: 0 20px; */
}

.layout--block_picture_center {
	-ms-flex: 0 0 750px;
	-webkit-box-flex: 0;
	flex: 0 0 750px;
	background: transparent url(../images/ttm_rev010720-100.png);
	background-size: 100% auto;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	/* margin: 0 20px; */
}


/* @MEDIA OPTIMISATION */

