@media (max-width: 767px) {
    .custom-ratio img {
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: center;
    }
}
.highlighted strong {
    display: flex;
    color: #fff !important;
    padding: 10px;
    justify-content: center;
    font-size: 1.5em;
    width: 160px;
    transform: translateX(-40px);
}
.highlighted ul {
    list-style-type: none;
    margin: 0;
}
.highlighted li:nth-child(odd) strong {
    background-color: var(--yellow);
}
.highlighted li:nth-child(even) strong {
    background-color: var(--green);
}
.highlighted ul li {
    margin: 15px 0 0 40px;
}
.dark-image .av-image-caption-overlay-center b {
    color: #fff;
}
.dark-image .av-image-caption-overlay-center {
    font-family: 'gotham', sans-serif;
}