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


#wrap {
  /* fixed width, centered in viewport */
  width: 1070px;
  left: -670px;
  margin-left: 50%;
  position: relative;
}
#showcase {
    width: 125%;
  height: 460px;
  border-radius: 8px;
  margin-top: 12px;
  visibility: hidden;
}
#showcase img {
  cursor: pointer;
}
#item-title {
  color: #F31414;
  font-size: 29px;
  letter-spacing: 0.13em;
  text-shadow: 1px 1px 6px #C72B2B;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px;
}
.button-section{
  position: relative;
  width: 100%;
}
.button-section .nav {
  text-align: center;
  display: flex;
  z-index: 100;
  width: 100%;
  padding: 0 4rem;
  justify-content: space-between;
  position: absolute;
  top: 15rem;
}
.nav > button {
  width: auto;
  height: auto;
  color: #000000;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 0;
  text-shadow: none;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.filter-grey{
  filter: invert(1) grayscale(100);
}
.nav > button:active,
.nav > button.down {
  background: transparent;
  border: none;
  box-shadow: none;
}
