body {
	background-color: #a6a6a6;
}

img {	
	width: 22%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 736px) {

img {
	width: 70%;
}
}