header, footer, main, .width-wrapper {
  background: transparent;
}

body {
  position: relative;
}

body:after {
  position: absolute;
  background-image: url(https://s9.limitedrun.com/images/1372890/cardtex.jpg);
  background-repeat: repeat;
  background-size: 512px;
  opacity: 0.4;
}

body#index:after {
  position: fixed;
}

.logo.img-container img {
  max-width: 30vw;
  margin-left: 20px;
}

.selector-container {
  width: 250px;
}

.selector {
  min-width: 70px;
}

nav#main-nav {
  max-width: 95vw;
  justify-content: flex-end;
}

nav#main-nav .trigger-container, nav#main-nav a {
  flex-grow: 0;
}

nav#main-nav > a {
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  left: 0;
}

#contest iframe {
  display: none !important;
}

#contest iframe:first-of-type {
  display: block !important;
}

/* custom index */

#index header, #index footer {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#index main {
  min-height: 60vh;
}

#index .width-wrapper {
  max-width: 95vw;
  padding-bottom: 30px;
}

#index-nav {
  display: none;
  max-width: 85vw;
  margin: auto;
  flex-direction: column;
  text-align: center;
}

#index #index-nav {
  display: block;
}

#index-nav img {
  width: 100%;
  max-width: 400px;
}

#index-nav ul li {
  display: inline-block;
  margin: 10px 0;
}

#index-nav ul li + li {
  margin-left: 20px;
}

#index-nav a {
  text-transform: uppercase;
}


#index-socials {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#index #index-socials {
  display: block;
}

#index-socials .socials {
  width: 100%;
}



/* other */

.video-container {
  margin-bottom: 20px;
}

#shows .bit-widget .bit-offers {
  background: transparent;
}

.nav-is-open .nav-overlay {
  opacity: 0.95;
}

aside > ul {
  padding-top: 50px;
}

.aside-footer {
  position: fixed;
  top: initial;
  bottom: 0;
}

/* OVERRIDES */

.gc-noscroll header {
  z-index: -100;
}

.gc-noscroll .back-button {
  z-index: -100;
}

.loading .glass-case {
  transform: translateX(500vw);
}

.glass-case {
  margin: auto;
  width: 100% !important;
}

.gc-display-area {
  background-color: transparent;
  width: 100% !important;
  border: 0;
}

.gc-icon {
  background: #ebebeb;
  border: #54c0eb;
  color: #2a2a2a;
  border-radius: 20px;
}

.gc-icon-next, .gc-icon-close::before, .gc-icon-next::before {
  right: 0;
}

.gc-icon-prev, .gc-icon-prev::before {
  left: 0;
}

.gc-icon-next::before, .gc-icon-prev::before .gc-icon-close::before {
  top: 0;
}

.gc-zoom-area {
  background-color: transparent;
  border-color: #54c0eb;
}

.glass-case ul li {
  background-color: transparent;
  border: 0;
}

.glass-case ul li.gc-active {
  border: 2px solid #54c0eb;
}

.glass-case ul li:hover, .glass-case ul li.gc-active:hover {
  border: 2px solid #2a2a2a;
}

.glass-case ul li .gc-display-container img {
  width: 100% !important;
  height: auto !important;
}

/* SLICK */
.slick-slider {
  transition: opacity 0.2s ease-in-out;
}

.slick-prev {
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
}

.slick-next {
  right: 0;
  width: 50px;
  height: 100%;
}

.loading .slick-slider {
  opacity: 0;
}