.bannerVertical.affix-top,
.bannerVertical.affix,
.bannerVertical.affix-bottom {
  display: block !important;
}

.bannerVertical.affix {
  position: fixed !important;
}

@media(max-width: 960px) {
  .bannerVertical.affix {
    position: relative !important;
  }
  .bannerVertical.affix-top {
    position: relative !important;
  }
  .bannerVertical.affix-bottom {
    position: relative !important;
  }
}

.main-content-wrap {
  height: 2000px;
}
