.mobile-banner {
    display: none;
}
@media(max-width:767px){
.mobile-banner {
    display: block;
}
.desktop-banner{
  display: none;
}
}