.horizontal-scroll-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 75vh;
  max-height: 90vh; 
  flex-direction: column;
  display: flex;
}

body.coral--light .horizontal-scroll-gallery {
  min-height: 600px !important;
  max-height: 600px !important;
  height: 600px !important; 
}
