@media (max-width: 768px) {
  .bsv4 .row-mb-md {
    padding-bottom: 35px !important;
  }
}

.question-select:invalid {
  color: rgba(85, 85, 85, .3);
  font-size: .8em;
  padding-left: 1em;
  -webkit-appearance: none;
  padding-top: 0;
}

.question-select {
  font-size: 1em;
}

.teaser-wrapper .teaser-body .teaser-content {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  background: white
}

.teaser-wrapper.medium {
  /*padding-top: 100%*/
  padding-top: 0;
}

/*@media screen and (max-width: 480px) {*/
  .teaser-wrapper.medium .teaser-image {
    /*height: 0; # avp */
    /*padding-bottom: 100%; # avp */
    /*-ms-flex-align: start;
    align-items: flex-start*/
    height: 100%;
    padding-bottom: 0;
  }
/*}*/

.teaser-wrapper.medium .teaser-content {
  width: 84%;
  bottom: 8%;
  /*left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)*/
  margin: -150px auto 50px;
  z-index: 50;
  position: relative;

  left: auto;
  transform: none;
  webkit-transform: none;
}

.teaser-wrapper.medium img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .teaser-wrapper.medium .teaser-content {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .teaser-wrapper.medium .teaser-content {
    position: static;
    width: 92%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    height: auto
  }
}

@media screen and (max-width: 992px) {
  .teaser-wrapper.medium img {
    -webkit-transition: -webkit-transform 1.5s ease-out 0s;
    transition: -webkit-transform 1.5s ease-out 0s;
    transition: transform 1.5s ease-out 0s;
    transition: transform 1.5s ease-out 0s, -webkit-transform 1.5s ease-out 0s
  }

  .teaser-wrapper.medium img.zoom-in {
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
  }
}

@media screen and (max-width: 992px) {
  .teaser-wrapper.medium {
    height: auto;
    padding-top: 0
  }
}
