* {
    box-sizing: border-box;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
body {
	background: #000;
}
.logo{
	z-index: 999;
	position: fixed;
	left:30px;
	top:20px;
	opacity:0.8;
}
.wrap{
	width:100%;
	height:100%;
}
.wrap div{
	background-position:center !important;
	background-size: cover !important;
	width:100%;
	height:100%;
}
.left{
	float: left;
}
@media only screen and (max-width:480px) {
.logo{
	z-index: 999;
	position: fixed;
	left:30px;
	top:20px;
	opacity:0.8;
}
.logo img{
	width:75%;
	height:auto;
}
.slide {
        background-position: calc(0% - 125px) bottom !important;
    }
}