.lp-globe-cont {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

/* The container whose width controls responsiveness */
.anim-wrap {
  position: relative;
  width: 100%;
/*height: 500px;           /* e.g., a short footer-style strip */
  aspect-ratio: 20 / 9;
  overflow: hidden;
}

/* Lottie canvas fills the container and sits at the bottom */
.lottie {
  position: absolute;
  left: 0;
  bottom: 0;   /* stick to bottom */
  width: 100%;
  height: 100%;
}

/* Optional: your content on top */
.anim-wrap .content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 1rem;
}




