section#welcome .subpage-images .slick-list .slider-image{
	height: 300px;
	background-size: cover;
    background-position: center;
}
section#welcome .subheader.hidden{
    display: none;
}
/*section#welcome .subheader{
	height: 300px;
	background-size: cover !important;
    background-position: center;
   background-image: url(../img/subpage-header.jpg);
    background-repeat: no-repeat;
}*/
section#welcome .subheader .subpage_slider {
	height: 300px;
	background-size: cover !important;
    background-position: center;
   /* background-image: url(../img/subpage-header.jpg);*/
    background-repeat: no-repeat;
}
section#welcome .subpage-images .item.active{
	display: block;
}
section#welcome .subpage-images .item{
	display: none;
}
section#welcome .subheader .slick-prev, section#welcome .subheader .slick-next {
    display: none !important;
}
@media(min-width: 1024px){
    section#welcome .subpage-images .slick-list .slider-image, section#welcome .subheader .subpage_slider {
    height: 600px;
    }
}
