img.cstm_desk{
    width:100%;    
}
img.cstm_mob{
    display:none;
}
@media(max-width:768px){
  img.cstm_mob{
    display:block;
    width:100%;
  }
  img.cstm_desk {
    display: none;
  }
}