@media screen and (min-width: 1000px) {
 .slider_bg {
position:absolute;
height:100%;
width:100%;
background: url(../images/slider_bg.png);
margin:0px;
padding:0px;
}
.slider_bg h1 {
text-align:center;
font-size:44px;
color:#FFF;
position:absolute;
margin:15% 0px 0px 0px;
padding:0px;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
line-height:55px;
width:100%;
}
}
@media screen and (min-device-width: 641px) and (max-device-width: 999px){
	 .slider_bg {
position:absolute;
height:100%;
width:100%;
background:url(../images/slider_bg.png);
margin:0px;
padding:0px;
}
.slider_bg h1 {
text-align:center;
font-size:30px;
color:#FFF;
position:absolute;
margin:10% 0px 0px 0px;
padding:0px;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
line-height:55px;
width:100%;
}
}
@media screen and (max-device-width: 640px) {
	 .slider_bg {
position:absolute;
height:100%;
width:100%;
background:url(../images/slider_bg.png);
margin:0px;
padding:0px;
}
.slider_bg h1 {
text-align:center;
font-size:18px;
color:#FFF;
position:absolute;
margin:5% 0px 0px 0px;
padding:0px;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
line-height:23px;
width:100%;
}
}
