.row {
margin: 15px;
}
.img-fluid{
width:auto;
height:auto;
}
#photo-gallery {
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #E5F4E1;
}
.venobox img {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1px;
}