﻿.hero-slider .slider-item img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}



.top-image {
    width: 100vw;
    margin-top: -90px;
}

.top-image img {
    width: 100vw;
}

     .top-image .slider-text-space {
        color: var(--invert-color);
        margin-bottom: 0;
    }

     .top-image .container {
         position: absolute;
         top: 280px;
         z-index: 10;
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
    }