﻿.gift-shop-banner {
  text-align: center;
  width: 810px;
  height: 150px;
  background: black;
}

  .gift-shop-banner a {
    display: none;
  }

  .gift-shop-banner .js-link {
    width: 810px;
    height: 150px;
    display: inline-block;
    background: url("/Content/images/views/gift-shop/background.jpg") no-repeat center center;
  }


  .gift-shop-banner.ru .js-link {
    background: url("/Content/images/views/gift-shop/background-ru.jpg") no-repeat;
  }
