/* 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 img { 

    visibility: hidden; 

  } 

#home-page #feature { 

    background:url("https://storage.googleapis.com/risemedialibrary-0a3f02b4-7319-416e-986b-7f76677d0134/battenxben2.jpg"); 

    background-repeat:no-repeat; 

    background-size: cover; 

    background-position: center; 

    width:100%; 

    height:200px; 

  } 

} 