.cmw-slideshow-heading {
    font-family: "Mark W01 Regular",Arial;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    line-height: 1.2em;
    margin-top: 0px;
    display: inline-block;
}
.cmw-slideshow-heading:after{
    content:" "; 
    display:inline-block;
}
.uk-light .uk-slidenav {
    color: rgba(255,255,255,.7)!important;
}
.uk-light .uk-slidenav:hover {
    color: rgba(255,255,255,.95)!important;
}
@media (min-width: 960px) {
	.cmw-slideshow-heading {
	    font-size: 5rem;
	    line-height: 1.1;
	    margin-bottom: 60px;
	}
}