/* Update the following image URL for mobile screens. The current image is 414px x 400px. If you choose a different size, adjust the height below. 

Optional: Use this template: https://www.canva.com/design/DAFz6HDcf94/c7d6ArNMV2NCvuflRBMyDw/view?utm_content=DAFz6HDcf94&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink&mode=preview

*/

@media only screen and (max-width: 500px) {
  #feature img {
    visibility: hidden;
  }
 #home-page #feature {
    background:url("https://canvas.virginia.edu/sites/g/files/jsddwu1056/files/2023-11/Education%20Canvas%20Connect%20HP%20Banner%20Mobile%20%28414%20x%20400%20px%29.png");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:400px;
  }
}