.video {
  margin-block: 30px;
  /* media queries */
  /* /media queries */
}
.video__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 32px;
  width: 100%;
  max-width: 182px;
  margin: 0 auto;
  background-color: #fff;
  padding-inline: 5px;
  text-align: center;
  grid-row: 1;
  grid-column: 1;
}
.video__title__wrapper {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  align-items: center;
}
.video__title__bg {
  width: 100%;
  height: auto;
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: -1;
}
.video__stream {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 10px;
}
.video .btn-v3 {
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .video__title {
    max-width: 332px;
    line-height: 45px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .video {
    margin-block: 42px 64px;
  }
  .video__title {
    font-size: 60px;
    line-height: normal;
    max-width: 362px;
  }
  .video__stream {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .video__title {
    font-size: 65px;
    max-width: 400px;
    line-height: 95px;
  }
}
@media screen and (min-width: 1400px) {
  .video__title {
    font-size: 78px;
    line-height: 117px;
    max-width: 600px;
  }
  .video__container {
    padding-inline: 140px;
  }
}
/*# sourceMappingURL=video.min.css.map */
