/* Teaser Jubiläum Homepage */

.home-teaser-box.big.jubilaeum {
  width: 100%;
  background-color: #c3af5f;
  margin-right: 0;
  float: none;
}

.home-teaser-box.big.jubilaeum .tag {
  color: #2d346c;
  background-color: #fff;
}

.home-teaser-box.big.jubilaeum img {
  max-width: 345px;
  height: 90%;
  margin-left: 41%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 899px) {

  .home-teaser-box.big.jubilaeum {
    height: auto;
    min-height: 240px;
  }

  .home-teaser-box.big.jubilaeum img {
    width: 85% !important;
    height: auto;
    margin: 60px 0 125px 12px;
  }
}
