html, body {
  height: 100%;
}

.video-background {
  border-radius: 50px;
  justify-content: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-background:before {
  content: "";
  filter: blur(10px);
  z-index: -1;
  background-color: #ffffff4d;
  background-image: url("kids.cc416b31.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-background video {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.content-overlay {
  text-align: center;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width <= 600px) {
  .video-background {
    transform: unset;
    height: 300px;
    top: 0;
    left: 0;
  }

  .content-overlay {
    position: unset;
  }
}
/*# sourceMappingURL=public.f9e91e73.css.map */
