.budget-home__hero-video {
  padding: 32px 0 0;
  background: #ffffff;
}

.budget-home__hero-video-inner {
  width: min(100% - 48px, 960px);
}

.budget-home__hero-video video,
.budget-home__hero-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 14px;
  background: #1f2a2e;
  object-fit: cover;
}

@media (max-width: 960px) {
  .budget-home__hero-video-inner {
    width: min(100% - 32px, 860px);
  }
}

@media (max-width: 767px) {
  .budget-home__hero-video {
    padding-top: 24px;
  }

  .budget-home__hero-video-inner {
    width: min(100% - 32px, 960px);
  }

  .budget-home__hero-video video,
  .budget-home__hero-video iframe {
    border-radius: 10px;
  }
}
