/******* PUT CSS HERE ********/

* {
    
}

#start-wrapper a span.count {
	display: none;
}

#start-icons .pageimage-icon img {
	border-radius: 100%;
}

.carousel-cell-inner {
	background-color: #eee !important;
}

.carousel-cell-text-content:after {
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgba(238, 238, 238, 1) 50%);
}

@media (min-width: 768px) {
	#start-wrapper-inner {
        vertical-align: top;
    }
}