/* Fix stuck theme preloader overlay */
#nasa-before-load {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Keep the homepage hero slider natural so banners are not cropped */
.home .vc_custom_1654680760375 {
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

.home .vc_custom_1654680760375 .nasa-slick-slider,
.home .vc_custom_1654680760375 .slick-list,
.home .vc_custom_1654680760375 .slick-track,
.home .vc_custom_1654680760375 .slick-slide,
.home .vc_custom_1654680760375 .banner,
.home .vc_custom_1654680760375 .banner-img {
  max-height: none !important;
}

.home .vc_custom_1654680760375 .slick-list,
.home .vc_custom_1654680760375 .slick-track,
.home .vc_custom_1654680760375 .slick-slide,
.home .vc_custom_1654680760375 .banner {
  height: auto !important;
}

.home .vc_custom_1654680760375 .banner-img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Remove old empty slim banner rows that show as blank gaps while scrolling */
.home .section-element.margin-bottom-45.hide-for-medium {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}