.custom_header_slideshow_interior {
    position: relative;
    overflow: hidden;
}
.custom_header_slideshow_interior.slim {
    max-height: 100px;
}
.custom_header_slideshow_interior img { width: 100%; }
.custom_header_slideshow_interior .title { 
    position: absolute;
    bottom:22px;
    right:20%;
    color:#fff;
    font-family: 'L Futura W01';
    font-size: 18px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.custom_header_slideshow_interior .gradient {
    position: absolute;
    bottom: -100px;
    left: 0px;
    background-image: url(/includes/public/assets/images/gradient.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 380px;
    width: 100%;
}
.custom_header_slideshow_interior.slim .gradient,
.custom_header_slideshow_interior.slim .title {
    display: none;
}
.custom_homepage_header .slick-slider{
    margin-bottom:0px;
}
@media only screen and (max-width: 1025px) {
    .custom_header_slideshow_interior .title { 
        bottom:20px;
        right:50px;
    }
    .custom_header_slideshow_interior .gradient {
        display:none;
    }
}
@media only screen and (max-width: 641px) {
    .custom_header_slideshow_interior .title { 
        display: none;
    }
}
