@font-face {
	font-family: 'smtb_fontregular';
	src: url('../fonts/smtbfont-regular-webfont.woff2') format('woff2'),
			 url('../fonts/smtbfont-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


body {
  background-color: #000000;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

div.all {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 95%;
  overflow: visible;
  transform: translateX(-1%);  
}

a {
  cursor: crosshair;
  text-decoration: none;
}

#splashDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
  justify-content: center;
  align-items: center;
}

#alert {
  cursor: crosshair;

  font-family: smtb_fontregular;
	width: 50%; 
	height: auto; 
	border: 5px solid white; 
	background-color: black;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  box-shadow: 0px 0px 20px 8px black;
}


#splashText {
  color: white;
  text-shadow: 2px 2px 10px black;
  text-align: center; 
  font-size: 6vw; 
  font-weight: bold; 
  position: absolute; 
 
}

#splashText:hover {
  color: black; 
  text-shadow: 2px 2px 10px #ffffff;
}


#exit {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%
}

#exitButton {
  height: 3.5vw;
  font-family: sans-serif;
  width: 3.5vw; 
  border: 0px solid white;
  border-width: 3px 3px 0px 0px; 
  position: absolute; 
  bottom: 0px; 
  left: 0px; 
  background-color: black; 
  color: white;
  padding-left: 1vw;
  padding-top: 1vw;
  font-size: 3vw;
}

#exitButton:hover {
  background-color: white;
  color: black;
}

h1.clock {
  color: white;
  font-size: 12.5px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  text-transform: uppercase;
  user-select: none;
  padding-top: 2.8px;
  padding-left: 30px;
}
h1.email {
  color: white;
  font-size: 12.5px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  padding-top: 2.8px;
}

h1.title {
  color: white;
  transform: translateY(25%);
  font-size: 2.6vmin;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
}

h1.manifesto {
  color: white;
  font-size: 23px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
  padding: 7px;
  text-transform: uppercase;
}

h1.shows {
  color: white;
  font-size: 18px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
a.tickets {
  color: white;
  text-decoration: none;
}
a.tickets:hover {
  text-decoration: underline;
}

h1.name {
  color: white;
  transform: translateY(50%);
  font-size: 2.2vmin;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
  background-color: #000000;
  white-space: nowrap;
}
h1.name:hover {
  text-decoration: underline;
}

div.clock {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 120px;
  height: 30px;
  border: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(23.4vw,8.2vh);
  background-color: #000000;
  text-align: left;
  user-select: none !important;
  z-index: -1;
}
iframe.clock {
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 1;
  bottom: 1;
  top: 0;
}
div.block {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 120px;
  height: 30px;
  border: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(23.4vw,8.2vh);
  background-color: none;
  text-align: left;
  user-select: none !important;
  z-index: 1;
}
div.email {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 160px;
  height: 30px;
  border: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(22vw,10.4vh);
  background-color: #000000;
  text-align: right;
  z-index: 2;
}

div.title {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 1;
  width: 30%;
  height: 27%;
  text-align: center;
  background-color: none;
}
img.title {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  vertical-align: top;
  bottom: 0;
  transform: translateX(-52%);
  pointer-events: none;
  user-select: none;
}

div.home {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  height: 4%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-34vw,29vh);
  background-color: #000000;
  text-align: center;
}
div.home:hover {
  background-color: white;
}

div.about {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  height: 4%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-34vw,45vh);
  background-color: #000000;
  text-align: center;
}
div.about2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 23%;
  height: 38%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-34vw,54vh);
  background-color: #000000;
  text-align: left;
}

h1.links {
  color: white;
  transform: translateY(50%);
  font-size: 1.5vmin;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
}
h1.links:hover {
  text-decoration: underline;
}

div.artists {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  height: 4%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-10vw,7.5vh);
  background-color: #000000;
  text-align: center;
}
div.name1 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 17%;
  min-width: 165px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(-7vw,16.5vh);
  background-color: #000000;
  text-align: center;
  overflow: visible;
}
div.soundcloud_1 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 9%;
  min-width: 100px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(9vw,17.7vh);
  background-color: #000000;
  text-align: center;
}
div.itunes_1 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 5.5%;
  min-width: 60px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(17.5vw,17.7vh);
  background-color: #000000;
  text-align: center;
}
div.youtube_1 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 6.3%;
  min-width: 65px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(24.7vw,17.7vh);
  background-color: #000000;
  text-align: center;
}
div.name2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  min-width: 120px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(-9.4vw,23.3vh);
  background-color: #000000;
  text-align: center;
  overflow: visible;
}
div.soundcloud_2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 9%;
  min-width: 100px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(9vw,24.4vh);
  background-color: #000000;
  text-align: center;
}
div.itunes_2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 5.5%;
  min-width: 60px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(17.5vw,24.4vh);
  background-color: #000000;
  text-align: center;
}
div.youtube_2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 6.3%;
  min-width: 65px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(24.7vw,24.4vh);
  background-color: #000000;
  text-align: center;
}
div.name3 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 15%;
  min-width: 145px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(-8.1vw,30vh);
  background-color: #000000;
  text-align: center;
  overflow: visible;
}
div.soundcloud_3 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 9%;
  min-width: 100px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(9vw,31.1vh);
  background-color: #000000;
  text-align: center;
}
div.itunes_3 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 5.5%;
  min-width: 60px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(17.5vw,31.1vh);
  background-color: #000000;
  text-align: center;
}
div.youtube_3 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 6.3%;
  min-width: 65px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(24.7vw,31.1vh);
  background-color: #000000;
  text-align: center;
}
div.name4 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 11.5%;
  min-width: 120px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(-9.5vw,36.8vh);
  background-color: #000000;
  text-align: center;
  overflow: visible;
}
div.soundcloud_4 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 9%;
  min-width: 100px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(9vw,37.7vh);
  background-color: #000000;
  text-align: center;
}
div.itunes_4 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 5.5%;
  min-width: 60px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(17.5vw,37.7vh);
  background-color: #000000;
  text-align: center;
}
div.youtube_4 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 6.3%;
  min-width: 65px;
  height: 4%;
  border-top: solid;
  border-bottom: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(24.7vw,37.7vh);
  background-color: #000000;
  text-align: center;
}

div.featured {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  height: 4%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(2vw,45vh);
  background-color: #000000;
  text-align: center;
}
div.featured2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 45%;
  height: 25%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(6vw,53.5vh);
  background-color: none;
  z-index: 2;
  pointer-events: none;
}
div.featured3 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 45%;
  height: 25%;
  border: none;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(6vw,53.5vh);
  background-color: #000000;
  z-index: 0;
}
div.featured4 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 45%;
  height: 25%;
  border: none;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(6vw,54.2vh);
  background-color: #000000;
  z-index: 1;
  overflow-y: hidden;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 24vh;
}
div.center {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 24vh;
}

div.merch {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  height: 4%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-9.75vw,82vh);
  background-color: #000000;
  text-align: center;
}
div.merch:hover {
  background-color: white;
}

div.mix {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  height: 4%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(21.75vw,82vh);
  background-color: #000000;
  text-align: center;
}
div.mix:hover {
  background-color: white;
}

div.live {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 12%;
  height: 4%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(39vw,82vh);
  background-color: #000000;
  text-align: center;
}
div.live2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 16%;
  height: 42%;
  border: solid;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(39vw,37vh);
  background-color: #000000;
  text-align: left;
}

img.tv {
  transition: width ease 0.3s;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 16%;
  height: auto;
  border: none;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(39vw,9vh);
  background-color: none;
  text-align: left;
  filter: contrast(6);
  mix-blend-mode: screen;
  z-index: -1;
}
img.tv:hover {
  width: 16.5%;
}

.wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3;
  transform: translate(0px,0px);
  }

.container {
  height: 100%;
}

path.line1 {
  fill:none;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
  d: path("M14 25 v35");
}
path.line2 {
  fill:none;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
  d: path("M14 25 v17 h16 v-39 h61.5 v10");
}
path.line3 {
  fill:none;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
  d: path("M14 25 v17 h16 v53.5 h61.5 v-20");
}
path.line4 {
  fill:none;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
  d: path("M14 25 v17 h16 v-31 h9.5 v31 v-21.5 h35 h-35 v7 h35 h-35 v7 h35 h-35 v7 h35");
}
path.line5 {
  fill:none;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
  d: path("M14 25 v17 h16 v8 h35 v10");
}
path.line6 {
  fill:none;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
  d: path("M14 25 v17 h16 v47 h8");
}
path.line7 {
  fill:none;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
  d: path("M14 25 v17 h16 v53.5 h43 v-6");
}

div.all_mobile {
  display: none;
}





@media screen and (max-width: 900px) {

div.all {
  display: none;
}

body {
  background-color: #000000;
  width: 100%;
  height: auto;
  overflow: auto;
}

div.all_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 95%;
  height: 2200px;
  overflow: visible;
}

h1.title_mobile {
  color: white;
  transform: translateY(50%);
  font-size: 21px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
}

h1.clock_mobile {
  color: white;
  font-size: 12.5px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  text-transform: uppercase;
  user-select: none;
  padding-top: 2.8px;
  padding-left: 30px;
}
h1.email_mobile {
  color: white;
  font-size: 12.5px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  padding-top: 2.8px;
}

h1.manifesto_mobile {
  color: white;
  font-size: 20px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
  padding: 7px;
  text-transform: uppercase;
}

h1.name_mobile {
  color: white;
  transform: translateY(50%);
  font-size: 23px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
  background-color: #000000;
  white-space: nowrap;
}

div.clock_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 38%;
  height: 40px;
  border: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(23vw,57px);
  background-color: #000000;
  text-align: right;
  user-select: none !important;
  z-index: -3;
}
iframe.clock_mobile {
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  left: 1;
  bottom: 0;
  top: 1;
}
div.block_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 38%;
  height: 40px;
  border: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(23vw,57px);
  background-color: none;
  text-align: left;
  user-select: none !important;
  z-index: 1;
}
div.email_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 50%;
  height: 15px;
  border: none;
  border-width: 0px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(0vw,2165px);
  background-color: #000000;
  text-align: center;
  z-index: 2;
}

div.title_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 1;
  width: 70%;
  height: 35vh;
  max-height: 150px;
  text-align: right;
  background-color: none;
  transform: translate(10px,10px);
}
img.title_mobile {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  vertical-align: top;
  transform: translateX(-100%);

  pointer-events: none;
  user-select: none;
}

div.welcome_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1;
  width: 38%;
  height: 40px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  transform: translate(24.3vw,190px);
  background-color: #FFFFFF;

  text-align: center;
}

div.about_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1;
  width: 38%;
  height: 40px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  transform: translate(-18.3vw,190px);
  background-color: #000000;

  text-align: center;
}
div.about2_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 82%;
  height: 250px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(3vw,260px);
  background-color: #000000;

  text-align: left;
}

h1.links_mobile {
  color: white;
  transform: translateY(50%);
  font-size: 18px;
  font-family: sans-serif;
  letter-spacing: 0px;
  mix-blend-mode: difference;
  user-select: none;
  background-color: #000000;
  white-space: nowrap;
}
div.artists_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1;
  width: 38%;
  height: 40px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  transform: translate(24.3vw,540px);
  background-color: #000000;

  text-align: center;
}
div.name1_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 40px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(1vw,630px);
  background-color: #000000;

  text-align: left;
  overflow: visible;
}
div.soundcloud_1_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,676px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.itunes_1_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,720px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.youtube_1_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,764px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.name2_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 40px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(1vw,805px);
  background-color: #000000;

  text-align: left;
  overflow: visible;
}
div.soundcloud_2_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,851px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.itunes_2_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,895px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.youtube_2_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,939px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.name3_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 40px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(1vw,980px);
  background-color: #000000;

  text-align: left;
  overflow: visible;
}
div.soundcloud_3_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,1027px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.itunes_3_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,1073px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.youtube_3_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,1117px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.name4_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 40px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  overflow: scroll;
  transform: translate(1vw,1157px);
  background-color: #000000;

  text-align: left;
  overflow: visible;
}
div.soundcloud_4_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,1204px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.itunes_4_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,1247px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}
div.youtube_4_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  height: 30px;
  width: 65%;
  min-width: 230px;
  border-top: solid;
  border-left: solid;
  border-bottom: solid;
  border-width: 3px;
  border-left-width: 10px;
  border-radius: 0px;
  border-color: #000000;
  transform: translate(10vw,1292px);
  background-color: #000000;
  text-align: left;
  overflow: visible;
}

div.featured_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1;
  width: 38%;
  height: 40px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  transform: translate(18vw,1400px);
  background-color: #000000;

  text-align: center;
}
div.featured2_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 82%;
  height: 200px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-3vw,1470px);
  background-color: none;

  z-index: 2;
  pointer-events: none;
}
div.featured3_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 82%;
  height: 200px;
  border: none;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-3vw,1470px);
  background-color: #000000;
  z-index: 0;
}
div.featured4_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 82%;
  height: 200px;
  border: none;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-3vw,1470px);
  background-color: #000000;
  z-index: 1;
  overflow-y: hidden;
}
.videoWrapper_mobile {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}
.videoWrapper_mobile iframe {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
div.center_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
}

div.merch_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1;
  width: 38%;
  height: 40px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  transform: translate(18vw,1730px);
  background-color: #FFFFFF;

  text-align: center;
}

div.mix_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1;
  width: 38%;
  height: 40px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  transform: translate(18vw,1800px);
  background-color: #FFFFFF;

  text-align: center;
}

div.live_mobile {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1;
  width: 38%;
  height: 40px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  transform: translate(-18.3vw,1880px);
  background-color: #000000;

  text-align: center;
}
div.live2_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: 90%;
  height: 200px;
  border: solid;
  border-width: 3px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(0vw,1945px);
  background-color: #000000;
  text-align: left;
}

img.tv_mobile {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: auto;
  height: 150px;
  border: none;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-24vw,1715px);
  background-color: none;
  text-align: left;
  filter: contrast(6);
  z-index: -3;
}
img.tv_mobile2 {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1;
  left: 0;
  right: 0;
  width: auto;
  height: 150px;
  border: none;
  border-width: 5px;
  border-radius: 0px;
  border-color: white;
  overflow: scroll;
  transform: translate(-24vw,1715px);
  background-color: none;
  text-align: left;
  filter: contrast(6);
  z-index: 2;
  opacity: 0;
}

.wrapper_mobile {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -3;
  transform: translate(0px,0px);

  }

.container_mobile {
  height: 100%;
}

path.line1_mobile {
  fill:none;
  stroke: white;
  stroke-width: 3px;
  stroke-linejoin: round;
  d: path("M72 3.5 h23 v4 h-90 v55 h90 v15 h-90 v9 h27 v4");
}
path.line2_mobile {
  fill:none;
  stroke: white;
  stroke-width: 3px;
  stroke-linejoin: round;
  d: path("M72 3.5 h23 v4 h-90 v2.2 h27 v4");
}
path.line3_mobile {
  fill:none;
  stroke: white;
  stroke-width: 3px;
  stroke-linejoin: round;
  d: path("M72 3.5 h23 v4 h-20 v2");
}
path.line4_mobile {
  fill:none;
  stroke: white;
  stroke-width: 3px;
  stroke-linejoin: round;
  d: path("M72 3.5 h23 v4 h-90 v18.2 h70 v2 h-63 v15 v-13 h10 v2 h10 h-10 v2 h10 h-10 v2 h10 h-10 v-6 h-10 v8 h10 v2 h10 h-10 v2 h10 h-10 v2 h10 h-10 v-6 h-10 v8 h10 v2 h10 h-10 v2 h10 h-10 v2 h10 h-10 v-6 h-10 v8 h10 v2 h10 h-10 v2 h10 h-10 v2 h10 h-10 v-6 h-10");
}
path.line5_mobile {
  fill:none;
  stroke: white;
  stroke-width: 3px;
  stroke-linejoin: round;
  d: path("M72 3.5 h23 v4 h-90 v55 h90 v2.2 h-27 v4");
}
path.line6_mobile {
  fill:none;
  stroke: white;
  stroke-width: 3px;
  stroke-linejoin: round;
  d: path("M72 3.5 h23 v4 h-90 v55 h90 v20.5 v-3.3 h-10 h10 v3.3 h-10");
}
path.line7_mobile {
  fill:none;
  stroke: white;
  stroke-width: 3px;
  stroke-linejoin: round;
  d: path("M72 3.5 h23 v4 h-90 v55 h90 v15 h-70 v2");
}

}