/**
* Block Name: teaser_4
*/

section.teaser_4 .img_hover_zoom {
  height: 500px;
  overflow: hidden;
}

section.teaser_4 img.bg_static_cover {
  margin-bottom: 0;
  transition: transform 1s ease;
  border-radius: var(--radius-medium);
}

section.teaser_4 .img_hover_zoom:hover img {
  /*transform: scale(1.05);*/
}

section.teaser_4 .absolute_card_wrapper {
  position: absolute;
  width: calc(33.33% - 30px);
  right: calc(8.3333% + 15px);
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.teaser_4 .absolute_card_wrapper.r {
  right: inherit;
  left: calc(8.3333% + 15px);
}

@media (max-width: 991px) {
  section.teaser_4 .img_hover_zoom {
    height: 400px;
  }
  section.teaser_4 .absolute_card_wrapper {
    top: inherit;
    position: relative;
    margin-top: -20%;
    width: calc(41.666667% - 30px);
    left: calc(41.666667% + 15px);
  }

  section.teaser_4 .absolute_card_wrapper.r {
    left: calc(16.666% + 15px);
  }
}

@media (max-width: 767px) {
  section.teaser_4 .img_hover_zoom {
    height: 280px;
  }

  section.teaser_4 .absolute_card_wrapper {
    top: -60px;
    width: calc(100% - 60px);
    right: 30px !important;
    left: 30px !important;
    margin-top: 0;
  }
}
