html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: black;
  color: white;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
iframe {
   overflow: hidden;
}
a {
  color: #fff;
  text-decoration: none;
}
a, img {
  border:none;
  outline:none
}
iframe {
  border: none;
}
body {
  font-family: 'Open Sans Condensed', sans-serif;
}
.hidden {
  display: none;
}
.clear {
  float: none;
  clear: both;
}
.fullpanel {
  width: 100%;
  height: 100%;
  float: left;
}
#dates {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 800px;
}
#dates {
  margin: 0 auto;
}
#bottom {
  margin: 1% auto;
  width: 2em;
}
#bottom img {
  width: 2em;
  margin: 2em 0;
}
#tour .bit-widget {
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#tour .bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-size: 21px;
}
#tour .bit-widget-container {
  font-family: 'Open Sans Condensed', sans-serif;
}
#tour .bit-description-links, #tour .bit-artist-event-link {
  display: none;
}
#tour table, #tour #bit-events a.bit-track-artist-header {
  font-size: 18px;
}
#tour td.bit-date {
  width: 70px;
}
.desktop-player div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("play.png") no-repeat;
  cursor: pointer;
}

#bg img {
  position: absolute;
  height: 100%;
  width: 100%;
}
#overlay_retail {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  font-weight: bold;
  background-color: whiteSmoke;
}
.mfp-content {
  width: 100%;
  max-width: 500px;
}

#overlay_retail img.packshot {
  width: 100%;
}
#overlay_retail h2 {
  font-size: 250%;
  margin: 5px;
  font-weight: bold;
}
#overlay_retail a, .retail-links a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
#overlay_retail a {
  color: #000;
}
.retail-links a {
  color: #fff;
  padding: 5px 15px;
  margin: 5px;
}
#overlay_retail a:hover, .retail-links a:hover, #tour a:hover {
  text-decoration: none;
  color: orange;
}
#overlay_retail p {
  font-size: 200%;
  margin: 0px;
}
.youtube-thumb {
  height: 100%;
}
.desktop-player {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: black;
}
.desktop-player div, .desktop-player iframe {
  height: 100%;
}
.social img {
  height: 50%;
}
.social a {
  padding: 5px;
}

@media screen and (min-height: 800px) {
  #overlay_retail {
    max-width: 700px;
  }
  .mfp-content {
    max-width: 700px;
  }
  #overlay_retail h2 {
    font-size: 400%;
  }
  #overlay_retail a {
    font-size: 120%;
  }
}
