@media (max-width:767px){

  /*
   * V57: Move category card text to LEFT.
   * Photos are on the right; text should not cover jewelry.
   * Header, pricebar, hero, footer and scroll behavior are untouched.
   */

  #mmld17-home .mmld54-style-card,
  #mmld17-home .mmld52-style-card{
    direction:ltr!important;
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:left!important;
    padding-left:28px!important;
    padding-right:18px!important;
  }

  #mmld17-home .mmld54-style-card strong,
  #mmld17-home .mmld52-style-card strong,
  #mmld17-home .mmld54-style-card small,
  #mmld17-home .mmld52-style-card small{
    display:block!important;
    text-align:left!important;
    max-width:42%!important;
  }

  #mmld17-home .mmld54-style-card strong,
  #mmld17-home .mmld52-style-card strong{
    align-self:flex-start!important;
  }

  #mmld17-home .mmld54-style-card small,
  #mmld17-home .mmld52-style-card small{
    align-self:flex-start!important;
  }

  #mmld17-home .mmld54-style-card:after,
  #mmld17-home .mmld52-style-card:after{
    background:linear-gradient(to right,rgba(0,0,0,.74),rgba(0,0,0,.08))!important;
  }
}
