.banner-carousel {
    width: 100%;
    aspect-ratio: 2 / 1;
    background-color: inherit;
    border-radius: 3px;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}

.banner-carousel .carousel-inner {
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: 3px;
}

.banner-carousel .carousel-inner a {
    color: #337ab7;
    text-decoration: none;
}

.banner-carousel .carousel-inner a:hover {
    color: #337ab7;
    text-decoration: none;
}

.banner-carousel .item {
    height: 100%;
    aspect-ratio: 2 / 1;
}

.banner-carousel .banner-carousel-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    line-height: 125%;
}

.banner-carousel .carousel-control {
    filter: alpha(opacity=25);
    opacity: .25;
    padding: 22.5% 5px 0 5px;
}

.banner-carousel .carousel-control:hover {
    filter: alpha(opacity=75);
    opacity: .75;
}

.banner-carousel .carousel-control.left {
    text-align: left;
    border-radius: 3px;
}

.banner-carousel .carousel-control.right {
    text-align: right;
    border-radius: 3px;
}

.banner-carousel .pictures {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner-carousel .picture {
    display: none;
}

.banner-carousel .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: none;
    overflow: hidden;
}

.banner-carousel .carousel-indicators {
    bottom: -5px;
}

.banner-carousel .carousel-indicators li {
    background-color: #555;
}

.banner-carousel .carousel-indicators .active {
    background-color: #FF6600;
}

.banner-carousel .slide-text {
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: -2px;
    padding: 10px 15% 30px 15%;
    background-color: #EEE;
}

.banner-carousel .slide-text a {
    color: #000;
}

.banner-carousel.slide-text a:hover {
    color: #FF6600;
}

@media only screen and (max-width: 768px) {
    .banner-carousel {
        display: none;
    }
}
