/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border: 0;
}
.banner-text { position: relative; z-index: 9999;}

.inner-banner-text { position: absolute; z-index: 9999; width:100%;  margin-top: 9%;}


@media screen and (max-width: 768px) {

.rslides {
	height: auto !important;
}
.banner-text h1 { font-size: 27px; margin-top: 20px;
}
.banner-text p{ font-size: 15px;  margin-bottom: 10px;
}
.inner-banner-text {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-top: 36%;
    padding: 10px 0 30px;
    position: relative  !important;
    width: 100%;
    z-index: 9999;
}
.inner-banner-text h1 { font-size: 27px; margin-top: 20px; padding-bottom: 0px;
}
.inner-banner-text p{ font-size: 15px;  margin-bottom: 10px;
}

}
 @media only screen and (max-width : 480px) {

.rslides {
	height: auto !important;
}

}