@charset "UTF-8";
#textdesktop
{
	display: none;
}
@media screen and (min-width: 1200px) {
#textdesktop
{
	display: inline-block;
}
#textmobile
{
	display: none;
}
}
div
{
	//border: 1px solid white;
}
body
{
	background-color: black;
	margin: 0;
}
.video
{
	cursor: pointer;
	width: 100%;
}
#loading
{
	width: 100%;
	height: 100%;
	background-color: black;
	position: fixed;
	z-index: 105;
}
#loadinglogo
{
    -webkit-animation: fadeinout 0.6s linear infinite;
    animation: fadeinout 0.6s linear infinite;
}

#loadinglogo img
{
		position: absolute;
		width: 50%;
		top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
#logo-wrapper
{
	z-index: 104;
	display: inline-block;
	position: absolute;
	width: 100%;
}
#logo
{
	width: 50%;
	padding-left: 2%;
	padding-top: 2%;
	z-index: 1;
	position: fixed;
	height: auto;
}
#logo-invisible
{
	width: 25%;
	padding-left: 2%;
	padding-top: 2%;
	z-index: 1;
	opacity: 0.0;
	position: static;
}
#info-icon
{
	width: 6%;
	float: right;
	padding-right: 2%;
	padding-top: 2%;
	z-index: 99;

}
#new-info-icon
{
	padding-right: 2%;
	padding-top: 2%;
	z-index: 99;
	position: fixed;
	right: 0;
}
#cross {
   width: 10vw;
	height: 10vw;
   position: relative;
   rotate: 0deg;
}

#cross::before, #cross::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);

}

#cross:before {
  left: 50%;
  width: 20%;
  margin-left: -10%;
  height: 100%;
}

#cross:after {
  top: 50%;
  height: 20%;
  margin-top: -10%;
  width: 100%;
}
#fullscreen
{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 101;
	background-color: rgba(0, 0, 0, 1);
	//backdrop-filter: blur(70px) invert(100%);
}
#main 
{
	position: relative;
}
video
{
	width: 100%;
}
#foundo source
{
	display: none;
}
#vertical-video
{
	display: inline-block;
	position: relative;
	width: 100%;
}
.vertical iframe
{
	max-width: 80%;
	margin-left: 10%;
}
.text span
{
	font-family: courier new;
	display: inline-block;
	color: white;
	width: 98%;
	font-size: 16px;
	/*border: 1px solid white;
	margin-top: -1px;
	background-color: rgba(0, 0, 0, 0.5);*/
	bottom: 0;
	padding-bottom: 2%;
	padding-left: 2%;
}
.text
{
	z-index: 100;
}
@media screen and (min-width: 1200px) {
  .text span
  {
    font-size: 18px;
    width: 40%;
  }
  #logo, #logo-invisible
  {
	width: 20%;
  }
  #info-icon
	{
	width: 2.5%;
	}
	#cross
	{
		width: 2.5vw;
		height: 2.5vw;
	}
}
.text
{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.video
{
	position: relative;
}
#info-wrapper
{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 103;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(70px) invert(100%);
	backdrop-filter: blur(70px) invert(100%);
	display: none;

}
#info-text
{
	position: relative;
	height: inherit;
	height: 100%;
	display: flex;
	overflow: scroll;
}
#info-text span
{
	font-family: courier new;
	color: white;
	font-size: 12px;
	width: 75%;
	position: absolute;
	bottom: 10;
	padding-bottom: 2%;
	padding-left: 2%;
	float: bottom;

}
#info-text a
{
	color: white;
	text-decoration: none;
}

@media screen and (min-width: 1200px) {
  #info-text span
  {
    font-size: 18px;
    width: 35%;
  }
  #vertical-video video
  {
  	width: 50%;
  	float: left;
  }
  #mugler-2 video #mugler-4 video #brandonblackwood-2 video
  {
  	display: inline-block;
  	position: absolute;
  }
  .text
  {
  	bottom: 20px;
  	position: fixed;
  }
  iframe
  {
  	height: 50%;
  	width: 50%;
  	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vertical iframe
  {
  	height: 100%;
  	width: 100%;
  	margin-left: 0;
  }
}