
#photos { 
    position: relative; 
    width: 100%; 
    height: 40%; 
   
}

#photos img { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
	width: 1366px;
	width: 100%;
} 