.photos img {
border-radius: 10px;
box-shadow: 0px 5px 10px 0px rgba(119, 69, 15, 0.5);
}
.lightbox-gallery .photos {
  padding-bottom: 20px;
}
.lightbox-gallery .item {
  padding-bottom: 30px;
}
.photos {
  position: relative;
  text-align: center;
  color: rgb(85, 53, 11);
}

@media (max-width: 576px) {
 .photos img {
  max-width: 220px;
  height: auto;
 }
 .photos {
  text-align: center;
 }
}


