#hero-left-top,
#hero-left-bottom,
#hero-right-top,
#hero-right-bottom {
  height: 280px;
  pointer-events: auto;
  position: absolute;
  width: 336px;
  z-index: 30;
}

#hero-left-top .widget,
#hero-left-bottom .widget,
#hero-right-top .widget,
#hero-right-bottom .widget,
#hero-left-top .widget > *,
#hero-left-bottom .widget > *,
#hero-right-top .widget > *,
#hero-right-bottom .widget > * {
  max-width: 100%;
}

.hpha-anchor {
  overflow: visible !important;
  position: relative !important;
}

@media (max-width: 1279px) {
  #hero-left-top,
  #hero-left-bottom,
  #hero-right-top,
  #hero-right-bottom {
    display: none !important;
  }
}
