.ma__banner-credit {
  position: relative;

  &__container {
    padding: 8px 30px;
    position: relative;
  }

  &__icon {
    position: absolute;
      top: 0;
      left: 0;

    & > svg {
      height: 27px;
      width: 20px;
    }
  }

  &__image-name {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  &__image-author {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }

}
//theme

.ma__banner-credit {

  &__icon {

    & > svg {
      fill: $c-primary-alt;
    }
  }
}
