@media (max-width: 991px) {
  drawer-component.desktop-only.guide-drawer {
    display: block !important;
    max-height: 100%;
  }

  .bottom-up-in-mobile.drawer-active .drawer__wrapper {
    max-height: 100%
  }
}   