.custom_header_slideshow_interior {
	position: relative;
}

.custom_header_slideshow_interior .image-wrapper {
    position: relative;
}

.custom_header_slideshow_interior .featured {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 7px 15px;
    width: auto;
    color: white;
    font-family: "Nexa Rust Sans W05 Book", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    background-color: rgb(139 143 100 / 80%);
}

.custom_header_slideshow_interior .photo-credits {
    position: absolute;
    top: 0;
    right: 0;
}

.custom_header_slideshow_interior .inner {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform:  translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
}

.custom_header_slideshow_interior .inner.is-dtn {
    pointer-events: none;
}

.custom_header_slideshow_interior img { width: 100%; min-height: 150px; }

.custom_header_slideshow_interior .title {
	width:100%;
    color: #FFF;
    font-family: 'Nexa Rust Sans W05 Black 1', sans-serif;
    font-size: 40px;
	text-align: center;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
	line-height: 1.1;
	z-index: 1;
}

.custom_header_slideshow_interior .subtitle {
    margin-top: 0;
    max-width: 100%;
    color: #FFF;
    font-family: 'Nexa Rust Sans Book', sans-serif;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.custom_header_slideshow_interior .more {
    margin-top: 10px;
    padding: 3px 100px;
    width: auto;
}

@media only screen and (min-width: 40em) {
    .custom_header_slideshow_interior .inner {
        top: 50%;
        bottom: auto;
    }

    .custom_header_slideshow_interior .title { 
        font-size: 25px;
    }

    .custom_header_slideshow_interior .subtitle {
        font-size: 16px;
    }
}

@media only screen and (min-width: 64em) {
    .custom_header_slideshow_interior .inner {
        gap: 20px;
    }

    .custom_header_slideshow_interior .title { 
        font-size: 45px;
    }

    .custom_header_slideshow_interior .subtitle {
        font-size: 20px;
    }
}