.featured-promotions.full-width--true .feature-section .feature-inner {
  overflow: hidden; }
  .featured-promotions.full-width--true .feature-section .feature-inner .link-promo {
    pointer-events: none; }
  .featured-promotions.full-width--true .feature-section .feature-inner .image-element__wrap img {
    transition: all 500ms ease-in-out; }
    .featured-promotions.full-width--true .feature-section .feature-inner .image-element__wrap img:hover {
      transform: scale(1.2);
      cursor: pointer; }
