.oeh-banner-skyscraper {
  display: none;
}

.oeh-banner-4col-wrapper {
  height: 100%;
  max-height: 330px;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
}

.oeh-banner-4col-wrapper img {
  max-width: 100%;
  overflow: hidden;
}

.oeh-hide-article a.oeh-col-wrapper:last-child {
  display: none;
}

@media screen and (min-width: 1750px) {
  .oeh-banner-skyscraper {
    display: block;
    position: fixed;
    overflow: hidden;
    padding: 15px;
    max-width: 180px;
  }

  .oeh-banner-skyscraper img {
    max-width: 100%;
    overflow: hidden;
  }

  .oeh-banner-left {
    top: 80px;
    left: 0;
  }

  .oeh-banner-right {
    right: 0;
    top: 80px;
  }

  .oeh-mobile-banner-pos-b {
    display: none;
  }

  .oeh-hide-article a.oeh-col-wrapper:last-child {
    display: grid;
  }
}

/*# sourceMappingURL=banner.css.map */
