.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 16px;
  display: block;
}

.video-wrapper-home video {
  border-radius: 0px;
}

@media (min-width: 992px) {
  .video-wrapper-home {
    padding-bottom: unset;
    height: 100%;
    position: unset;
  }
  .video-wrapper-home video {
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  .video-wrapper-home {
    padding-bottom: unset;
    height: 100%;
  }
  .video-wrapper-home video {
    position: unset;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 750px;
  border: 0;
}