.galerieImage {

}

.galerieImage .lae-grid {
    justify-content: space-between;
    display: inline-flex;
    position: static;
}

.galerieImage .lae-col-6 {
    width: 49%;
    margin-bottom: 20px;
    max-height:350px;
    height:350px;
    overflow: hidden;
}
.galerieImage .lae-col-12 {
    max-height:470px;
    height:470px;
    overflow: hidden;
}
.galerieImage .field-image-gallerie,
.galerieImage .vignette-photo-geolocalisee {
    height: 100%;
}
.galerieImage img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: 100%;
}

@media all and (max-width: 479px) {
    .galerieImage .lae-sm-12 {
        width: 100%;
        margin-bottom: 10px;
    }
    .galerieImage .lae-col-12,
    .galerieImage .lae-col-6 {
        height: 200px;
    }
}
