.floating-banner-left {
  position: fixed;
  z-index: 99999;
  top: 80px;
  left: 0;
  display: flex;
  flex-direction: column;
}
