div.galleryproduct > div{
    border: 1px solid var(--gris-osc);
}

.GalleryProducts .h-img-1-col img{
    height: unset;
}
.GalleryProducts .h-img-2-col img{
    height: unset;
}
.GalleryProducts .h-img-3-col img{
    height: unset;
}
.GalleryProducts .h-img-4-col img{
    height: unset;
}
.GalleryProducts .h-img-6-col img{
    height: unset;
}
.GalleryProducts .galleryproduct img{
    object-fit: contain !important;
    object-position: center;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .GalleryProducts .galleryproduct img{
        max-height: 450px;
    }

    .GalleryProducts .h-img-1-col img{
        height: 600px;
    }
    .GalleryProducts .h-img-2-col img{
        height: 350px;
    }
    .GalleryProducts .h-img-3-col img{
        height: 300px;
    }
    .GalleryProducts .h-img-4-col img{
        height: 250px;
    }
    .GalleryProducts .h-img-6-col img{
        height: 200px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }