/* =========================================================
   MoveDone Update 048
   Pull in the LEFT edge of the Local Businesses CTA card
   ========================================================= */

.md048-business-cta {
  /*
   * Keep the right edge/vertical placement essentially where it is,
   * but make the card narrower from the LEFT so more of the woman's
   * neck/shoulder remains visible.
   */
  transform: translate(35px, 40px) !important;
  width: calc(100% - 120px) !important;
  max-width: calc(100% - 120px) !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media (max-width: 1200px) {
  .md048-business-cta {
    transform: translate(24px, 32px) !important;
    width: calc(100% - 80px) !important;
    max-width: calc(100% - 80px) !important;
  }
}

@media (max-width: 760px) {
  .md048-business-cta {
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
