/**
 * Nervo Slider Module - Base CSS
 * Theme overrides take precedence
 * 
 * @author    Nervo
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */

#nervo-slider .carousel-link {
    align-items: start;
    height: 100%;
}

#nervo-slider .carousel-content {
    height: 100%;
}

.ratio-nervoSlider {
    min-height: 300px;
    --bs-aspect-ratio: 42.857%; /* 21:9 mobile */
}

@media (min-width: 768px) {
    .ratio-nervoSlider {
        --bs-aspect-ratio: calc(7 / 30 * 100%);
    }
}
