@media(max-width:750px){
  img.desktop-size-fix {
    display: none;
}
  .mobile-size-fix {
    display: block;
}
}