.about-page-start{
  padding-top: 120px;
}

.about-page-start h1 {
  font-weight: 250;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  color: #000;
  max-width: 910px;
  margin: 0 auto 45px;
}
.about-page-start-image {
  width: 515px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 0 auto;
  padding-top: 45px;
}
.about-page-preview {
  margin-top: 20px;
}
.about-page-preview img {
  width: 99%;
  margin: 0 auto;
}

.about-page-start .video_wrapper {
    height: auto;
    margin: 0 auto;
    width: 30vw;  
    overflow: hidden;
    position: relative;
    transition: width 0.5s ease-out;  
}

.about-page-start .video_wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


@media screen and (max-width: 992px){
.about-page-start {
    padding: 80px 0px 20px;
  }
  .about-page-start h1 {
    font-size: 38px;
    padding: 0 20px;
  }
  .about-page-start-image {
    display: none;
  }
  .about-page-preview img {
    width: 100%;
  }
}