.team-scene > video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-scene::after {
  display: none;
}

@media(max-width:760px) { .team-scene { width:100%; height:auto; } .team-scene > video { width:100%; height:auto; object-fit:contain; } }
