section#slider-section .subpage-images .slick-list .slider-image{
	height: 300px;
	background-size: cover;
    background-position: center;
    margin-bottom: -7px;
}
section#slider-section .subheader.hidden{
    display: none;
}
section#slider-section .subheader{
	height: 300px;
	background-size: cover !important;
    background-position: center;
    background-image: url(../img/subpage-img.jpg);
    background-repeat: no-repeat;
}
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{
    height: 600px;
    }
}
