*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,body{
	height: 100%;
}

body{
	background: #edeae7;
}

div.logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div.logo > img{
	width: 100%;
}

@media screen and (max-width: 992px) {
  div.logo > img{
	width: 100%;
  }
}