/* 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) {
  #home-page #feature {
    background:url("https://northern.virginia.edu/wp-content/uploads/2023/11/CSS-MOBILE-BANNER-CANVAS-CATALOG-2.png");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:400px;
  }
}
}