.project-image-overlay {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: gray;
}

.project-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 0;
}

.project-image-overlay .wp-block-post-featured-image {

  aspect-ratio: 5 / 4;
}

.project-image-overlay:hover img {
  transform: scale(1.1);
}

.slb_template_tag_item_title {
  display: none;
}

.overlay-title {
  position: absolute;

  background: rgba(222, 222, 222, 0.6);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
}

.overlay-title h2,
.overlay-title a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
}

.overlay-title h2 {
  font-size: 24px;
}

.project-image-overlay:hover .overlay-title {
  opacity: 1;
}


.acf-field-year_end::before {
  content: "-";
  display: inline;
  margin-left: -0.75em;
  margin-right: 0.5em;
}

.entry-content iframe {
  width: 100%;
  height: 400px;
}

.acf-field-detail {
  white-space: pre-wrap;
}