.image-focused {
  /* important flag preserved verbatim from the Sass source. */
  margin: var(--space-triple) 0 0 0 !important;
  padding: 0 0 var(--space-triple) 0;
  border-bottom: 1px solid var(--color-grey-light);
}

@media only screen and (min-width: 769px) {
  .image-focused {
    /* important flag preserved verbatim from the Sass source. */
    margin: 0 0 -6px 0 !important;
    padding: 0;
    border-bottom: 0;
  }
}
