body{
    margin:0px;
}
.home-landing {
    background-image: url(Courtland_Rehab_LandingPage_21.jpg)!important;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
.home-landing {
    background-image: url(Courtland_Rehab_LandingPage_007.jpg)!important;
     
 } 
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 896px) 
  { 
.home-landing {
    background-image: url(Courtland_Rehab_LandingPage_007.jpg)!important;
     
 } 
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.home-landing {
    background-image: url(Courtland_Rehab_LandingPage_mini01.jpg)!important;
     
 } 
}
  
   
