
@media all { 
 .featherlight .featherlight-content {
  padding: 0;
  border: none;
  min-width: inherit;
  overflow: hidden!important;
 }

 .featherlight .featherlight-image {
    max-width: 100%;  
    border: 0px solid #fff;
 }
}

@media only screen and (max-width: 1024px) {
 .featherlight .featherlight-content {
  padding: 0;
  border: none;
 }
}

img.img-rounded {
}

.img-rounded, .img-rounded img{
}

.photo_box { 
    padding-bottom: 20px;
}