.image-tile-box {
  --transitionDuration: .25s;
}
.row-fluid .image-tile-box img {
  border-radius: var(--border-radius);
}
.image-tile-box .box-style-0 {
  margin-bottom: 0;
  position: relative;
}
.row-fluid .image-tile-box .box-style-0 {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.image-tile-box .box-style-0 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}
.image-tile-box .box-overlay {
  position: absolute;
  bottom: 0;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.6);
  color: #222;
}
.image-tile-box .box-overlay h2 {
  margin-bottom: 0;
  font-size: 21px;
}
.image-tile-box .box-overlay .box-overlay-content {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 15px;
  transition: max-height var(--transitionDuration);
}
.image-tile-box .box-link:hover .box-overlay-content,
.image-tile-box .box-link:focus .box-overlay-content {
  max-height: 320px;
}
.image-tile-box [data-ratio="72.5"] {
  aspect-ratio: 100/72.5;
}

.frame-type-mmthemerosenpark_fluidrow .row-fluid .frame-type-mmthemerosenpark_imagetilebox {
  margin-bottom: 10px;
}

/*# sourceMappingURL=ce_fluidrow.css.map */


