/* screen - start */

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

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

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

.start .video-a-introductie-mobiel video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.start .video-a-introductie-mobiel img {
  object-fit: cover;
}

.start .video-a-introductie-mobiel-1 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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