html {
	width: 100%;
    height: 100%;
}

body {
	width: 100%;
    height: 100%;
    margin: 0px;
	position: relative;
	background-color: #000;
}

.wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.shadow-logo {
	position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
}

.logo {
	position: relative;
    max-width: 100%;
	min-width: 250px;
    max-height: 100%;
    margin-top: -45%;
    margin-left: -50%;
}

.shadow-content {
	position: absolute;
    bottom: 1%;
    left: 50%;
    overflow: visible;
}

.content {
	position: relative;
    max-width: 100%;
	min-width: 320px;
    max-height: 100%;
    margin-top: -50%;
    margin-left: -50%;
}