.logo {width:100%; position: absolute; bottom:125px; z-index:1000000}
        .logo img { width:33%}
		
		@media only screen and (max-width:1024px) {
	.logo img { width:40%}
		
}        @media only screen and (max-width:800px) {
	.logo img { width:70%}
		
}       
@media only screen and (max-width:600px) {
	.logo img { width:90%}
		
}       