.video-service {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {

  .video-service {
    margin-bottom: 60px;
  }
}


.video-service__video {
  position: relative;
}


.video-service__video-shape {
  padding-top: 56.3%;
}


.video-service__video-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.video-service__video-content iframe {
  display: block;
  position: relative;
  min-width: 100%;
}

