a.banner-link {
    color: #ffffff;
}

.hero-section {
    min-height: auto;
}

.navbar-header a.navbar-brand img {
    width: auto !important;
}

@media (min-width: 768px) {
.hero-section {
    min-height: 500px;
}
}

@media (min-width: 768px) {
    a.navbar-brand img {
        max-height: 135px !important;
        margin-top: -30px !important;
        margin-left: 20% !important;
    }
}

@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        max-width: 255px !important;
    }
}

@media (max-width: 767.98px) {
    .banner-links-bar-wrapper .pull-right {
      float: none !important;
      text-align: center;
    }
}


@media (min-width: 768px) {
    .overlay-content.overlay-content {
        width: auto !important;
    }
}

.inventory-panel img {
     aspect-ratio: auto !important;
}

@media only screen and (max-width: 767px) {
     .hero-section .element-type-slideshow h1 {
         font-size: 1.8rem !important;
         color: #fff !important;
     }

     .hero-section .element-type-slideshow p {
         font-size: 1.5rem !important;
         color: #fff !important;
     }

    .slideshow-overlay-center {
        width: 89%;
       background-color: rgb(0 0 0 / 32%);
    }
}

@media (min-width: 768px) {
    .overlay-content.overlay-content {
        max-width: 780px !important;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) {
    .element-type-slideshow .btn {
        margin: 0 auto;
    }
}

.carousel-fade .carousel-control {
    display: flex;
    align-items: center;
    justify-content: space-around;
}