.core-marquee.marquee-fullwidth .slide .img-cont:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(0,0,0,0.9), rgba(0,0,0,0) 50%);
}

.core-marquee.marquee-fullwidth .slide .content-section h4 {
	text-transform: uppercase;
}

@media (max-width:800px) and (min-width:640px) {
    .core-marquee.marquee-fullwidth .slide .content-section h4 {
        font-size: 17px;;
    }
}
