@import "porthole.css";

.bt-widget-teaser--portholes-offset {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .bt-widget-teaser--portholes-offset {
    margin-top: -100px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 960px) and (orientation: landscape) {
  .bt-widget-teaser--portholes-offset {
    margin-top: -15px;
  }
}
