/**
* Block Name: teaser_cards
*/

section.teaser_cards .square_card .img_wrapper {
  padding-top: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}

section.teaser_cards .teaser_image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  position: absolute;
}

section.teaser_cards .square_card:hover .teaser_image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

section.teaser_cards .card_content {
  background: #ededed;
  padding: 23px;
  padding-bottom: 0;
  margin-bottom: 15px;
  height: inherit;
}

section.teaser_cards h3 {
  color: #6c767c;
  font-size: 30px;
  font-family: "URWDIN-Bold";
}

@media (min-width: 768px) {
  section.teaser_cards .card_content {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  section.teaser_cards .img_wrapper {
    padding-top: 80% !important;
  }
}

@media (min-width: 1200px) {
  section.teaser_cards .img_wrapper {
    padding-top: 75% !important;
  }
}
