.media-slider {
    position: relative;
    overflow: hidden;
}
.media-slider .contextual {
    margin-top: 25px;
}

.slide-image {
    position: relative;
    max-width: 100%;
}
#banner .slide-image::after {
    background: transparent;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 5%, rgba(0,0,0,0) 80%); 
    content: '';
    display: block;
    left: 0; 
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide-image figure, .slide-image img {
    display: block;
}

.slide-text {
    position: absolute;
    bottom: 115px;
    left: 80px;
}
.slide-text .image-title {
    color: #fff;
    font-family: var(--altFont);
    font-size: 3rem;
    font-size: min(3.4rem, 5vw);
    line-height: 1.25em;
    padding-bottom: 0.75em;
    max-width: 900px;
}

.glide__bullets {
    bottom: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.glide__bullets button {
    background: #fff;
    border-radius: 100px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    height: 14px;
    margin: 0 3px;
    width: 14px;
    transition: all 150ms ease;
}
.glide__bullets button:hover, 
.glide__bullets button.glide__bullet--active {
    background: var(--blue);
}