 @media screen and (max-width:720px){
.b-image-d {
  display: none;
}
  }

  @media screen and (min-width:721px){
    
    .b-image-m {
      display: none;
    }
  }
  .b-image-responsive {
    width: 100%;
    height: auto;
  }

