.carousel .extended-banner-texts {
    position: absolute;
    bottom: 0px;
    top: 50%;
    left: calc(50% - 590px);
    width: 80%;
    padding: 0;
    text-align: left;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.carousel .extended-banner-title {
    text-shadow: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    position: relative;
    padding: 0 0 8px 0;
    margin: -5px 1px 10px 0;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.50),
        0 4px 12px rgba(0, 0, 0, 0.35),
        0 10px 30px rgba(0, 0, 0, 0.25);
}

.carousel .extended-banner-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #0f4c81;
    content: '';
}

.carousel .extended-banner-text {
    margin-bottom: 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    max-width: 400px;
    color: #ddd;
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.50),
        0 4px 12px rgba(0, 0, 0, 0.35),
        0 10px 30px rgba(0, 0, 0, 0.25);
    line-height: 1.7em;
}

.carousel .extended-banner-link {
    height: 40px;
    line-height: 40px;
    min-width: 155px;
    text-align: center;
    display: inline-block !important;
    margin: 30px 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    background-color: #0f4c81;
    color: #fff;
    border-radius: 4px;
    border: none;
    transition: all 0.3s;
}

.carousel .extended-banner-link:hover {
    background-color: #000000;
    color: #fff;
}

#carousel .item img {
    filter: brightness(0.7);
}