html {
    background:url(../_img/kidcare6.jpg) no-repeat 0 50% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    @media only screen and (max-width: 767px) {
	
	html {
    background:url(../_img/kidcare6.jpg) no-repeat -350px -100px fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  
    }
    }
    
    @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { 

html {
    background:url(../_img/kidcare6.jpg) no-repeat -350px -100px fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  
    }
    
    }


    
body { position: absolute; top: 0; width: 100%; }