body{
    overflow-x: hidden!important;
    height: 100%;
    padding: 0;
    background-image: url(../img/body_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    background-attachment: fixed;
}
@media screen and (max-width:1400px){
}
@media screen and (max-width:1199px){	
}
@media screen and (max-width:1024px){		
}
@media screen and (max-width:992px){	
}
@media screen and (max-width:991.9px){
body{
    overflow-x: hidden!important;
    height: 100%;
    padding: 0;
    background-image: url(../img/body_bg_pad2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    background-attachment: fixed;
}    
}
@media screen and (max-width:767.99px){
}	
@media screen and (max-width:575.99px){	
body{
    overflow-x: hidden!important;
    height: 100%;
    padding: 0;
    background-image: url(../img/body_bg_mobile2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    background-attachment: fixed;
}        
}
@media screen and (max-width:320px){	
}