.centreXY, .info__wrapper, .enter-button {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centreX, .pieces__image, .gallery-close-button, .logo__wrapper, .loading-signifier {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centreY, .swiper-button-prev,
.swiper-button-next, .showroom-button {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Times-Now_SemiLight";
  src: url("../../fonts/Times-Now_SemiLight.eot");
  src: url("../../fonts/Times-Now_SemiLight.woff2") format("woff2"), url("../../fonts/Times-Now_SemiLight.woff") format("woff"), url("../../fonts/Times-Now_SemiLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/Times-Now_SemiLight.ttf") format("truetype");
}
html, body {
  font-family: "Times-Now_SemiLight", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  html, body {
    font-size: 12px;
    line-height: 14px;
  }
}
*::selection {
  background: rgba(204, 27, 0, 0.8);
  color: #FFF;
}

*::-moz-selection {
  background: rgba(204, 27, 0, 0.8);
  color: #FFF;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  color: #FFF;
}

.loading-signifier {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFF;
  position: fixed;
  bottom: 20px;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}
.loading-signifier.active {
  animation: pulse 0.4s infinite;
}

.scene {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.logo__wrapper {
  position: fixed;
  top: 20px;
  height: 80px;
  text-align: center;
  width: auto;
  z-index: 12;
}
.logo__image {
  display: block;
  height: 100%;
  width: auto;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .logo__wrapper {
    top: 15px;
    height: 50px;
  }
  .logo__image {
    margin-bottom: 5px;
  }
}
button {
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  border: none;
  color: #FFF;
  outline: none;
  background: none;
  opacity: 0;
  pointer-events: none;
  font-family: "Times-Now_SemiLight", serif;
  transition: opacity 0.4s ease-in-out;
  margin: 0;
  padding: 0;
}
button.active {
  opacity: 1;
  pointer-events: all;
}

@media (hover: hover) {
  button:hover {
    opacity: 0.4;
  }
}
.enter-button {
  font-size: 24px;
  line-height: 24px;
  position: fixed;
}

.showroom-button {
  position: fixed;
  z-index: 10;
  width: 50px;
  height: auto;
}
.showroom-button img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.showroom-button.next {
  right: 20px;
}
.showroom-button.prev {
  left: 20px;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .showroom-button {
    width: 40px;
  }
  .showroom-button.next {
    right: 15px;
  }
  .showroom-button.prev {
    left: 15px;
  }
}
.pieces-index-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.back-button {
  font-size: 18px;
  line-height: 18px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.info-button {
  position: fixed;
  bottom: 15px;
  left: 15px;
}

.sound-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.gallery-button {
  display: inline-block;
  margin: 8px auto 0 auto;
}

.gallery-close-button {
  display: block;
  position: fixed;
  bottom: 60px;
  z-index: 10;
}

.pieces__index-wrapper {
  width: 50%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 60px 25%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.pieces__index-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.pieces__piece-wrapper {
  display: inline-block;
  margin: 5px;
}
.pieces__piece-wrapper:hover .pieces__image {
  opacity: 1;
}
.pieces__piece-wrapper:hover .pieces__piece-title {
  opacity: 0.4;
}
.pieces__image {
  position: absolute;
  bottom: calc(100% + 30px);
  padding: 10px;
  border: 1px solid #FFF;
  width: 100px;
  height: auto;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .pieces__index-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px 70px 20px;
  }
  .pieces__piece-wrapper {
    margin: 5px;
  }
  .pieces__piece-wrapper:hover .pieces__image {
    opacity: 0;
  }
  .pieces__piece-wrapper:hover .pieces__piece-title {
    opacity: 1;
  }
}
.info__container {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.info__container.active {
  opacity: 1;
  pointer-events: all;
}
.info__container a {
  text-decoration: underline;
}
.info__container a:hover {
  text-decoration: none;
}
.info__container p {
  margin-bottom: 8px;
}
.info__wrapper {
  padding: 30px 50px 22px 50px;
  position: absolute;
  display: inline-block;
  border: 1px solid #FFF;
  max-width: calc(100% - 40px);
}
.info__close {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .info__container {
    font-size: 16px;
    line-height: 24px;
  }
  .info__wrapper {
    padding: 30px 20px 22px 20px;
    width: calc(100% - 80px);
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 11;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.swiper-container.active {
  opacity: 1;
  pointer-events: all;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  max-width: calc(100% - 360px);
  max-height: calc(100% - 360px);
  padding: 30px;
  border: 1px solid #FFF;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .swiper-slide img {
    max-width: calc(100% - 75px);
    max-height: calc(100% - 230px);
    padding: 10px;
  }
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 50px;
  height: auto;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.swiper-button-prev img,
.swiper-button-next img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  border: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

@media (hover: hover) {
  .swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.4;
  }
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 40px;
  }

  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 15px;
  }

  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 15px;
  }
}
.swiper-lazy-preloader {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7.5px;
  margin-top: -7.5px;
  z-index: 10;
  border-radius: 50%;
  background-color: #FFF;
  pointer-events: none;
  animation: pulse 0.4s infinite;
}

/*# sourceMappingURL=stylesheet.css.map */
