﻿/* Pigeons/Pigeon page
----------------------------------------------------*/


.gallery-small-image {
    object-fit: cover;
}


/* bootstrap between sm  % md */
@media (min-width: 768px) {
    .gallery-small-image {
        max-height: 150px;
    }
}