#main-canvas .home-hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: none;
  pointer-events: none;
  z-index: 2;
}
#main-canvas.is-fallback .home-hero-fallback {
  display: block;
}
#main-canvas.is-fallback video {
  visibility: hidden;
}
.bp-card {
  position: relative;
  overflow: hidden;
}
.bp-card video.home-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.bp-card.is-sound::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, .28);
  pointer-events: none;
}
