#photoGallery {
  position:relative;
  background:wheat;
}
#photoGallery .featurePhotoBox {
  position: relative; width:100%;
  top: 0%;
  left: 0%;
}
#photoGallery .featurePhotoBox img {width:100%; border-radius:10px; height:100px; 
object-fit:fill;}


#photoGallery .featureBoxCaption {
  position: absolute; width:90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:18px; font-weight:bold; font-style:italic; line-height:130%;
  color:white;
  text-shadow: 2px 2px grey;
}
#photoGallery .featureBoxSummary {display:none;}
