@media only screen and (max-width: 500px) {
#home-page #feature img{ 
visibility: hidden; 
}
#home-page #feature{ background:url("https://www.scps.virginia.edu/sites/default/files/images/2024-07/Copy%20of%20Canvas%20Connect%20Mobile%20Banner%20Template%20%28414%20x%20400%20px%29-2%201.png"); 
background-repeat:no-repeat; 
background-size: cover; 
background-position: center; 
width:100%; 
height:400px; 
}
} 
