/**
* Block Name: teaser_gross
*/

section.teaser_gross {
  background: #222222;
}

section.teaser_gross .img_wrapper {
  padding-top: 100%;
  position: relative;
}
section.teaser_gross .img_wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

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