// Responsive image
//

@mixin img-responsive($display: block) {
  display: $display;
  max-width: 100%;
}
