#fw-section-video-de5fa057-5a10-46e3-bfff-3c94fd7e5850 {

.hero {
  position: relative;
  overflow: hidden;
}

.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}