body {
	text-align: center;
	background: #f7f2ed url('https://putin-huilo.com/static/wallpaper.jpg') no-repeat;
}
img.huilo-class {
	width:100vh;
}
@media screen and (max-width: 768px) {
	img.huilo-class {
		position: absolute;
		bottom: 0;
		left: 0;
		width:100vw;
	}
}