.img {
  &--fluid {
    width: 100%;
    height: auto;
  }

  &--circle {
    border-radius: 50%;
  }
}
