.mainimage {
	width: 100vw;
	height: 100%;
	aspect-ratio: 5 / 2;
/*	height: 100vh;*/
	/*background: url(../img/top01.jpg) no-repeat;*/
	background-size: cover;
	background-position: center 50%;
	position: relative;
}