.slider-header {
  font-family: aven-r;
  font-family: aven-b;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  filter: drop-shadow(1px 1px 1px rgb(0,0,0,0.8));
  color:#FFFFFF;
  padding-bottom: 15px;
}
.big-text {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #fff;
  filter: drop-shadow(2px 1px 1px rgb(0,0,0,0.75));
}
.big-text {
  font-size: 78px;
  line-height: 82px;
  font-family: bm-semibold;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  /*max-width: 762px;*/
  padding-right: 200px;
}@media only screen and (max-width:1520px) {	.big-text {			font-size: 64px;}}@media only screen and (max-width:1220px) {	.big-text {			font-size: 48px;    line-height: 52px;}}

.excerpt{
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #fff;
  margin-top: 10px;
  filter: drop-shadow(1px 1px 1px rgb(0,0,0,0.75));
  font-size: 21px;
  font-family: aven-r;
  font-weight: 800;
}
.excerpt span{
  background: rgba(0, 0, 0, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  max-width: 478px;padding: 5px 0 15px;
  line-height: 24px;
}
.newslide {padding:100px 75px;}
.nweslide-img {border-radius: 10px;background-size: cover;background-position: center 55%;}

@media only screen and (max-width:991px){
.big-text{
font-size: 44px;
line-height: 50px; 
padding-right: 8px;
}

.newslide {
	padding: 70px 55px;
}
}
@media only screen and (max-width:580px){
.newslide {
	padding: 30px 25px 50px;
}
.big-text {
	font-size: 44px;
	line-height: 48px;
}
.slider-header {display:none;}

}
@media only screen and (max-width:479px){
.newslide {
	padding: 30px 20px 30px;
}
}