body {
	min-height: 100vh;
	background: #efefef;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-x: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.image-link img {
	width: 1920px;
	height: auto;
	display: block;
}
@media all and (max-width: 1902px) {
	.image-link img {
		width: 100vw;
		max-width: 100%;
		height: auto;
		display: block;
	}
}