@media (max-width: 700px) and (min-width: 300px){
  .bunner-desktop{
    display: none;
  }
  .banner-top{
    display: block;
  }
}
