/* Partial css import for dmo individual searches in archives */
.dmo-search-bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    position: relative;
}

.dmo-search-bg-image span.slide-caption {
    left: 0;
    padding: 1.5rem 1.75rem;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    bottom: 0;
}

.dmo-search-bg-image::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 75%;
    background-image: linear-gradient(var(--none), var(--gradient-bottom));
    bottom: 0;
    pointer-events: none;
}