.video {
  padding: 5rem 0 4.375rem;
}
.video .section-top {
  margin-bottom: 3.75rem;
}
.video .section-title span::before {
  top: -0.25rem;
  left: -3.4375rem;
  right: -1.875rem;
  height: 2.6875rem;
  -webkit-transform: rotate(-5.62deg);
  -ms-transform: rotate(-5.62deg);
  transform: rotate(-5.62deg);
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 311 44" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M155.272 0.5C198.134 0.5 236.929 2.927 264.998 6.84766C279.036 8.8085 290.372 11.14 298.187 13.7207C302.097 15.0122 305.096 16.3572 307.108 17.7305C309.141 19.1176 310.045 20.4484 310.045 21.6875C310.045 22.9268 309.141 24.2582 307.108 25.6455C305.096 27.0188 302.097 28.3638 298.187 29.6553C290.372 32.236 279.036 34.5675 264.998 36.5283C236.929 40.449 198.134 42.876 155.272 42.876C112.411 42.876 73.6173 40.4489 45.5479 36.5283C31.5093 34.5675 20.1734 32.236 12.3584 29.6553C8.44771 28.3638 5.44841 27.0188 3.43652 25.6455C1.40414 24.2582 0.5 22.9267 0.5 21.6875C0.500211 20.4484 1.40441 19.1176 3.43652 17.7305C5.44841 16.3572 8.44772 15.0122 12.3584 13.7207C20.1734 11.1399 31.5093 8.80851 45.5479 6.84766C73.6173 2.92703 112.411 0.500006 155.272 0.5Z" stroke="black" /%3E%3C/svg%3E');
}
.video__wrapper {
  position: relative;
}
.video__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 46%;
}
.video__wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid var(--black);
}
.video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .video {
    padding-top: 70px;
  }
  .video__button {
    margin-top: 40px;
  }
  .video__button .btn {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    width: 100%;
  }
}
/*# sourceMappingURL=video.css.map */
/*# sourceMappingURL=video.css.map */