.logo-video-home {
  width: 100svw;
  height: 100svh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200px 200px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 200px 200px;
}
.logo-video-home video {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  background: #0f8f85;
}

.logo-video-home .video {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  background: #0f8f85;
}