@media only screen and (min-device-width: 1024px) { 	
	#gallery {
    width: 100%;
    height: 1px;
    padding-bottom: 54%;
    margin-top: -20%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#gallery img {
width: 100%;
height: auto;
}

#gallery > h1 {
position: absolute;
bottom: 2%;
left: 0;
right: 0;
color: white;
text-shadow: 2px 2px 0px black;
font-size:  60px;
text-align: center;
}

}