
/* CSS Document */
@media only screen and (max-width: 1026px) { 
.webglbutton{
	visibility: hidden;
}
}
.video-container{
   position:absolute;
   height:100%;
   width:100%;
   overflow: hidden;
}

#bgvid {

  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.abovevideo{
	z-index: 1;
	position: relative;
}



.div1 {
    z-index: 99;
}

.div2 {
    z-index: 100;
}


.banner {
	
	z-index: 2000;
	position:fixed;
	top:75px;
	left:0;
    width: calc(100%);

/*    height: 40px;*/
    border: 0px solid #999;
    background-color: darkred;
    margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}

.tokenId {
	font-size:9px;
	line-height: 9px;
	position: relative;
	width:100px;
}

/* @media only screen and (min-width: 1026px) { */
.webglbutton {
	display: none;
}


.copyright-holder {
	color:#444;
}
