

@media only screen and (min-width : 320px) {
   section{
  top: 0px;
position: relative;
display: block; 
height: auto;
     min-height:400px; width:100%;
background-attachment: scroll !important;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-repeat: no-repeat;
     z-index:99;
}


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



@media only screen and (min-width:768px) {
  
 section{
  top: 0px;
position: relative;
display: block; 
height: auto;min-height:500px; width:auto;
background-attachment: scroll !important;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-repeat: no-repeat;
  
}
 
}
@media only screen and (min-width:992px) {

}
	/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
 
}





