.hero-section .hero {
    background-image: url('https://www.utrgv.edu/10/_files/images/annual-report-10th-anniversary-page-web-banner-digital-high-res.png');
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 16/9;
}
.hero-section .hero h1 {
    background-color: #000;
    color: #fff;
    padding: 1rem;
}