.bg-hero-image {
  background-image: linear-gradient(rgba(16, 25, 34, 0.712), rgba(16, 25, 34, 0.199)), url("../background.png");
}
.aspect-w-16 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.aspect-h-9 {
    height: 0;
}
.aspect-w-16 > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}