/* 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: #000;
}

.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 1920px;
	-webkit-box-flex: 0;
	flex: 0 0 1920px;
	background: transparent url(../images/ball_rev14102021.jpg);
	background-size: 100% auto;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	/* margin: 0 20px; */
}


/* @MEDIA OPTIMISATION */

@media all and (max-width: 749px) {
	.layout--block_picture_center { background-position: -230px 0%; /* ie 11 dirty fix */ -ms-background-position-x: -730px; }
}

@media all and (max-width: 849px) and (min-width: 750px) {
	.layout--block_picture_center { background-position: -190px 0%; /* ie 11 dirty fix */ -ms-background-position-x: -730px; }
}

@media all and (max-width: 939px) and (min-width: 850px) {
	.layout--block_picture_center { background-position: -180px 0%; /* ie 11 dirty fix */ -ms-background-position-x: -720px; }
}

@media all and (max-width: 1040px) and (min-width: 940px) {
	.layout--block_picture_center { background-position: -130px 0%; /* ie 11 dirty fix */ -ms-background-position-x: -610px; }
}

@media all and (max-width: 1200px) and (min-width: 1039px) {
	.layout--block_picture_center { background-position: -60px 0%; /* ie 11 dirty fix */ -ms-background-position-x: -530px; }
}

@media all and (max-width: 1600px) and (min-width: 1201px) {
	.layout--block_picture_center { background-position: -100px 0%; /* ie 11 dirty fix */ -ms-background-position-x: -350px; }
}

@media all and (min-width: 1601px) {
	.layout--block_picture_center { background-position: -100px 0%; /* ie 11 dirty fix */ -ms-background-position-x: -100px; }
}