
.slidernew {
  display: inline;
  float: bottom;
  position: absolute;
  width:450px;
  top: 75%;
  left: 5%;
  padding: 20px;
  font-size: 14px;
  line-height:22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;  
  border-left:8px solid;
  border-radius: 0 4px 4px 0;
  color:#fff;
  background:url(../img/slider/slidy/caption-bg.png) repeat 0 0;
}

.boxslider {
	margin: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	}

.slidernew {
	  font-size: 24px;
	  line-height:32px;
	  font-weight: 400;
	  text-transform: uppercase;
	}


@media (max-width: 999px)  {.boxslider{display: none !important; visibility: hidden !important;}}
@media (min-width: 1000px) and (max-width: 1199px) {.slidernew {    left: 10% !important; top: 55% !important; width:300px !important; font-size: 16px !important;  line-height:21px !important;}}
@media (min-width: 1200px) and (max-width: 1399px) {.slidernew {    left: 8% !important;  top: 60% !important; width:350px !important; font-size: 18px !important;  line-height:24px !important;}}
@media (min-width: 1400px) and (max-width: 1599px) {.slidernew {    left: 7% !important;  top: 65% !important; width:375px !important; font-size: 20px !important;  line-height:27px !important;}}
@media (min-width: 1600px) and (max-width: 1799px) {.slidernew {    left: 6% !important;  top: 70% !important; width:400px !important; font-size: 22px !important;  line-height:29px !important;}}

