.banner-mobile {
display: none;
} @media only screen and (max-width: 980px) {
.banner-mobile {
display: block;
}
}