.n {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.ptr {
  cursor: pointer;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;

}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;

}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  border: 3px solid transparent;
  background: transparent;
  color: #333;
}

.flickity-button:hover {
  border: 3px solid currentColor;
  background: transparent;
  cursor: pointer;
}

.flickity-button:active {
  outline:none;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}
.flickity-button-icon path {
  stroke: white;
  stroke-width: 4px;
}

.flickity-prev-next-button {
  bottom: -95px;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { 
  left: 10px; 
}

.flickity-prev-next-button.next { 
  right: 20px; 
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -45px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

* { box-sizing: border-box; }

.carousel {
  background: white;
  height: 270px;
  margin-bottom: 7rem;
}

.carousel img {
  display: block-inline;
  margin-right: 20px;
  height: 270px;
}

#entr {
  display: none;
  position: fixed;
  z-index: 666;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  left: 0; top: 0;
}

#entr .fl {
  position: absolute;
  z-index: 667;
  width: 100%;
  height: 100%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#entr .fl img {
  height: 75%;
  max-height: 480px;
}

#entr .x {
  position: absolute;
  z-index: 668;
  top: 1.4rem;
  right: 1.4rem;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: 2px solid transparent;
}

#entr .x:hover {
  border: 2px solid white;
}

#entr .x img {
  left: 0; top: 0;
  width: 2.8rem;
  height: 2.8rem;
}

.grid {
  width: 96%;
  left: 2%;
  margin: 0 auto;
}

.grid-item {
  margin-bottom: 2rem;
}

.grid-sizer,
.grid-item {
  width: calc(32% - 32px);
}

.grid-item .piece {
  width: 90%;
  margin: 0 auto;
  border: 0;
  vertical-align: top;
  text-align: left;
  background: none;
}

.grid-item .piece img {
  width: 100%;
  padding-bottom: 14px;
}

.grid-item .piece .desc { line-height: 1.4rem; font-size: 1rem; color: #333; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

.grid-item .piece .desc .title { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: italic; }

.grid-item .piece .desc .gal {
  text-decoration: underline;
}

#footer {
 margin: 2rem auto;
 height: 100px;
 background: transparent;
}

#footer table {
 border: 4;
 margin: 0 auto;
}

