I am tryna have a different photo as banner on phone vs different photo as banner on desktop. I tried this code:}
@media screen and (max-width: 749px) {
.banner__media:first-child {
display: none;
}
.banner__media+.banner__media {
width: 100%;
displa...