body {background: #000;}
.logo {
	display: inline-block;
	width: 90%;
	max-width: 600px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	
.logo img {width: 100%; height: auto;}
	