.img-background-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0a0a1480;
}

.section-spotlight {
    padding-top: 20px;
    padding-bottom: 20px;
}

.spotlight-filters .nav-item.nav-link {
    opacity: 0.7;
    font-size: 18px;
}

.spotlight-filters .nav-item.nav-link.active, .spotlight-filters .nav-item.nav-link:hover {
    opacity: 1;
}

.player {
    margin-top: 15px;
    text-align: center;
    font-size: 32px;
    font-family: "VeoliaTowers220524";
}

@media all and (max-width: 767px) {
    .spotlight-person {
        margin-bottom: 20px;
    }
}
