#photos {
  opacity: .88;
}

#photos img {
  width: 100%;
  height:auto;
  float: left;
  display: block;
  margin: 5px;
}

ul {
  list-style: none;
  margin: 20px auto;
  padding: 20px;
  display: block;
  max-width: 2000px;
  text-align: center;
}

#overlay {
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

#overlay img {
  margin: 10% auto 0;
  width: 1000px;
  border-radius: 10px;
}

#photos {
  width: 100%;
}

#photo-gallery {
  width: 100%;
}

#wrapper { 
    width: 1500px; 
    height: auto; 
    margin: 0 auto;
} 
#home1 { 
    width: 47.5%; 
    height: 600px; 
    float: left; 
    margin-right: 5%;
} 

#home2 { 
    width: 47.5%; 
    height: 600px; 
    float: left; 
}

.clear{
    clear: both;
}

@media (max-width:767px) {
    #wrapper{
        width: 100%;
        height: auto;
    }
    #home1 {
        width: 100%;
        height: auto;
        float: none;
    }
    #home2 {
        width: 100%;
        height: auto;
        float: none;
    }
}