/* 260210 */

.howto-video__wrapper {
  margin: 7rem auto 7rem;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .howto-video__wrapper {
    margin: 3rem auto 3rem;
  }
}

.howto-video__video {
  width: 100%; 
  aspect-ratio: 12 / 9;
}