.fd-item-desc img.float-end{
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px){
  .fd-item-desc img.float-end{
    float: none;
    display: block;
    margin: 0.75rem auto;
  }
}