/**
* Block Name: teaser-cards
*/

section.teaser_cards .content_wrapper {
  border-bottom: 1px solid #b5c7e2;
  transition: border-color 0.4s ease;
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
}

section.teaser_cards .content_wrapper:hover {
  border-color: #7f0f32;
}

section.teaser_cards .img_wrapper {
  height: 179px;
  overflow: hidden;
}

section.teaser_cards a.content_wrapper .img_wrapper img {
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
}

section.teaser_cards a.content_wrapper:hover .img_wrapper img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

@media (min-width: 576px) {
  section.teaser_cards .img_wrapper {
    height: 149px;
  }
}

@media (min-width: 768px) {
  section.teaser_cards .img_wrapper {
    height: 129px;
  }
}

@media (min-width: 992px) {
  section.teaser_cards .img_wrapper {
    height: 178px;
  }
}

@media (min-width: 1460px) {
  section.teaser_cards .img_wrapper {
    height: 258px;
  }
}

@media (min-width: 1660px) {
  section.teaser_cards .img_wrapper {
    height: 280px;
  }
}
