/* screen - video-c */

.video-c {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  height: 844px;
  justify-content: center;
  overflow: hidden;
  width: 390px;
}

.video-c .overlap-group {
  height: 700px;
  position: relative;
  width: 394px;
}

.video-c .video-c-probleem-opgelost-mobiel {
  height: calc(100% - 7px);
  left: 2px;
  position: absolute;
  top: 0;
  width: calc(100% - 4px);
}

.video-c .video-c-probleem-opgelost-mobiel video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-c .video-c-probleem-opgelost-mobiel img {
  object-fit: cover;
}

.video-c .video-c-probleem-opgelost-mobiel-1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
