/**
* Block Name: teaser_blog
*/

section.teaser_blog .teaser_item {
  margin-bottom: 18px;
}

section.teaser_blog .teaser_item .img_wrapper {
  margin-bottom: 6px;
  width: 100%;
  overflow: hidden;
}

section.teaser_blog .teaser_item .img_wrapper img {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
section.teaser_blog .teaser_item:hover .img_wrapper img {
  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_blog .teaser_item a.link_area {
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
}

section.teaser_blog .teaser_item a.link_area:focus {
  opacity: 0;
}

@media (min-width: 576px) {
  section.teaser_blog .teaser_item .img_wrapper {
    padding-bottom: 60%;
  }
  section.teaser_blog .teaser_item img {
    position: absolute;
  }
}

@media (min-width: 992px) {
  section.teaser_blog .teaser_item {
    margin-bottom: 30px;
  }
  section.teaser_blog .teaser_item .img_wrapper {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  section.teaser_blog .col_xl_custom {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
