/*** inside pages > cut banner image in half, no overlay, no text ***/
.not-front{
// carousel
#carousel-frontpage.carousel {
.item{
height: 200px;
.slide-inner{
background: transparent;
.carousel-caption {
display: none;
}
}
}
.carousel-control{
display: none;
}
}
}