a.see_more_video {
  background-color: #00A94F;
  color: #fff;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  min-width: 220px;
  display: flex;
  max-width: fit-content;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.custom-background {
  background-image: url('/SiteCollectionDocuments/business/event/earthjump/img/earthjump2025-section-vdo-desktop.jpg') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 740px;
  position: relative;
}

@media screen and (max-width: 767px) {
  a.see_more_video {
    bottom: 48px;
  }
  .custom-background {
    background-image: url('/SiteCollectionDocuments/business/event/earthjump/img/earthjump2025-section-vdo-mobile.jpg') !important;
    height: 440px;
  }
}