@mixin image {
  display: block;
  width: 100%;
  height: auto;
}

.o-image {
  @include image;
}
