@mixin payment-method () {
  $payment-method-class: extractClassName(&);

  display: inline-block;
  vertical-align: top;

  #{$payment-method-class}-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
}
