.galerie-container .gallery-image.small-6.medium-3.columns:last-child {
  float: left; }
  .galerie-container .image-link {
    display: block;
    text-decoration: none;
    border: 0;
    text-align: center;
    position: relative; }
    .galerie-container .image-link:before {
      content: '';
      position: absolute;
      transition: background 0.5s;
      pointer-events: none; }
  .galerie-container .gallery-image {
    height: 114px;
    margin: 16px 0;
    overflow: hidden; }
    .galerie-container .gallery-image:before {
      content: '';
      position: absolute;
      transition: background 0.5s;
      pointer-events: none; }
    .galerie-container .gallery-image a:hover:before {
      content: '';
      position: absolute;
      z-index: 45;
      margin: auto;
      height: 100%;
      width: 100%;
      padding: 0 5px 0 0;
      background: url(../img/lupe.png) rgba(0, 93, 133, 0.42);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 58% 50%;
      color: white; }
  .galerie-container .caption {
    font-weight: normal;
    color: #666;
    font-size: 12px; }
  .galerie-container .portrait img {
    height: 100%;
    width: inherit;
    max-width: inherit; }

.galerie-container .portrait img {
  width: 100%;
  max-width: inherit;
  aspect-ratio: 1.4;
  object-fit: cover; }
