.brightspace-instructor {
  &__image {
    width: 10rem;
    background-color: color("background-secondary");

    img {
      //important overwrite editors inline width and height
      width: 100% !important;
      height: auto !important;
      display: block;
    }
  }
}
