.gallery-index {
  overflow: hidden;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8!important;
  transition: all 0.7s cubic-bezier(0.37, 0.875, 0.505, 1);
  transform: translateX(-100%); }
  .gallery-index .asset .lazyload {
    display: none; }
  .gallery-index.active {
    transform: translateX(0); }
    .gallery-index.active .asset .lazyload {
      display: block; }
  @media screen and (min-width: 749px) {
    .gallery-index {
      right: 40%; } }
      
      .listing .item-label {
  color: #4b4b4b;
  font-family: "Sabon Regular", "Sabon Regular", serif;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding: 15px 0px;
  text-align: left;
  padding-left: 0; }
  .listing .item-label p {
    margin: 0;
    pointer-events: none;
    z-index: 1; }
    
      .menu .selected > .item-link {
    color: #c8a67b;
    font-weight:bold;
    text-decoration: none; }
    
    
    
    
    
  