.banner-containerww {
	width: 100%;
	padding: 0px;
	/*background: url("C:\Users\STELLA\Documents\PREsec\New folder\_20180302_222820.jpg") no-repeat;*/
	background-size: cover;
	position: relative;
	border-bottom: 2px #8fc843 solid;
	font:#00ff00;
}
.banner-container:before {
position: absolute;
width: 100%; 
z-index: 1; 
content: '';
height: inherit;
top: 75px;
bottom: 0px;
}
.banner-container > img {
	width: 100%;
}
.banner-content{
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
}
.hero-text{
color: #ff0; 
line-height: 1.5em;
font-size:15px !important;
margin: 37px 0 13px;
font-weight: bolder; 
background: rgb(20, 0, 50);
padding: 20px 0;
border: solid red 4px ;
text-transform: lowercase;

}

.slide{
height: 600px;
width: 100%; 
background: #ff00f0;
}