.hero.image-only .hero-bg-slide.is-active::after {
    background: none !important;
}

.hero.has-copy .hero-bg-slide.is-active::after {
    background: linear-gradient(
        90deg,
        rgba(0, 26, 25, .9) 0%,
        rgba(0, 30, 29, .76) 38%,
        rgba(0, 30, 29, .2) 58%,
        transparent 74%
    ) !important;
}

.hero.image-only:not(.has-video) .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 82px;
}

.hero.image-only:not(.has-video) .hero-proof {
    width: 100%;
    margin: 0;
}

.hero.image-only .student-proof {
    text-shadow: 0 3px 14px rgba(0, 0, 0, .75);
}

@media (max-width: 860px) {
    .hero.image-only:not(.has-video) .hero-inner {
        padding-bottom: 76px;
    }

    .hero.image-only:not(.has-video) .hero-proof {
        margin: 0;
    }
}
