/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 21 2024 | 18:59:17 */
.carousel-item{
    height: 25rem;
    background: #000;
    color: white;
    position:relative;
}
.overlay-image {
        position:  absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background-position: center;
        background-size: cover;
        opacity: 0.9;
}
