/* screen - video-5 */

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

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

.video-5 .video-05-stellen-mid {
  height: calc(100% - 7px);
  left: 2px;
  position: absolute;
  top: 0;
  width: calc(100% - 4px);
}

.video-5 .video-05-stellen-mid video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-5 .video-05-stellen-mid img {
  object-fit: cover;
}

.video-5 .video-05-stellen-mid-1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-5 .verder {
  cursor: pointer;
  height: 30px;
  left: 287px;
  object-fit: cover;
  position: absolute;
  top: 25px;
  width: 80px;
}
