.process {
  padding: 0;
  overflow: hidden;
  background: #f4f5f6;
}

.process > .wrap {
  width: 100%;
  max-width: none;
}

.process .section-head,
.process .steps {
  display: none;
}

.process .process-video {
  width: 100vw;
  height: clamp(520px, 56.25vw, 900px);
  margin: 0;
  border: 0;
  box-shadow: none;
  background: #dfe1e4;
}

.process .process-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 620px) {
  .process .process-video {
    width: 100vw;
    height: min(78vh, 680px);
    min-height: 480px;
    margin: 0;
    border: 0;
  }
}
