section#slider-section .subpage-images {
    margin-top: 44px;
}
section#slider-section .subpage-images .slick-list .slider-image{
	height: 200px;
	background-size: cover;
    background-position: center;
}
section#slider-section .subheader.hidden{
    display: none;
}
section#slider-section .subheader{
    margin-top: 44px;
	height: 400px;
	background-size: cover !important;
    background-position: center;
    background-image: url('../img/sub-header.jpg');
    background-repeat: no-repeat;
    display: none;
}
section#slider-section .subpage-images .item.active{
	display: block;
}
section#slider-section .subpage-images .item{
	display: none;
}

@media(min-width: 1024px){
    section#slider-section .subpage-images .slick-list .slider-image, section#slider-section .subheader{
        display: block;
        height: 400px;
    }
}
@media(min-width: 1500px){
    section#slider-section .subpage-images {
        margin-top: 54px;
    }
    section#slider-section .subheader {
        margin-top: 54px;
    }
}