.ks-banner-content {
    float: left;
    width: 100%;
    text-align: center;
}
.ks-banner-content .ks-description {
	color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    z-index: 9;
    margin: 0 auto;    
    
    font-weight: normal;
    text-shadow: 4px 4px 7px rgba(0,0,0,.35);
}

.ks-banner-content .banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    z-index: 9;
    margin: 0 auto;    
    text-align: center;    
    text-shadow: 4px 4px 7px rgba(0,0,0,.35);
}
.ks-banner-content .ks-link{
	color: #777;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9;
    margin: 0 auto;    
    
    font-weight: 400;
}
.ks-banner-content .ks-link span{
	background: #fff;
	text-align: left;
	padding: 10px 20px;
	display:inline-block;
	font-weight: normal;
    box-shadow: 4px 4px 7px rgba(0,0,0,.35);
}	

.ks-banner-content .banner-title span{
    color: #fff !important;
    font-size: 4em;
}

@media screen and (max-width: 767px) { 
	.owl-carousel .ks-items { max-height: 280px !important; }
    .owl-carousel .owl-stage {display: flex; }
    .owl-carousel .owl-item img { width: auto !important; height: 100%; max-width: unset; }
    .ks-banner-content .ks-description { top: 65%;}
    .ks-banner-content .ks-link{ top: 80%; }
    .owl-theme .owl-dots { bottom: 8px !important;}
    .ks-banner-content .banner-title span { font-size: 3em;}
}