/**
 * Mixin used to manage the layout of the supercard
 * @param  {integer} $column  Number of columns the element will take in its container
 * @param  {length} $gutter: 20px       Space between the columns
 * @param  {string} $space: "padding"   CSS rule which manages the space between the elements
 */
.har-product-intro-panel__background {
  background-image: url("/build/assets/images/background/product/product-intro-panel-palo-cortado_640.jpg"); }
  @media (min-width: 25.9em) {
    .har-product-intro-panel__background {
      background-image: url("/build/assets/images/background/product/product-intro-panel-palo-cortado_1536.jpg"); } }
  @media (min-width: 60.625em) {
    .har-product-intro-panel__background {
      background-image: url("/build/assets/images/background/product/product-intro-panel-palo-cortado_2560.jpg"); } }
