/* Copy and paste the code below into the Custom CSS field in Catalog Customizations. Update the image URL for mobile screens. The current image is 414px x 400px. If you choose a different size, adjust the height below.

*/


@media only screen and (max-width: 500px) {

#home-page #feature img {

visibility: hidden;

}

#home-page #feature {

background:url("https://streamin3.org/wp-content/uploads/sites/4/2024/04/Canvas-Connect-STREAMin3-Banner.png");

background-repeat:no-repeat;

background-size: contain;

background-position: center;

width:100%;

height:200px;

}

}