/*DESKTOP*/
@media screen and (min-width: 1081px) {
.logoBandMobile {
	visibility:hidden;
	height:0px;
	}
.logoMobile {
	visibility:hidden;
	height:0px;
	}

.logoDesktop {
	position:fixed;
	top:0px;
	padding:0px;
	left:0px;
	text-align:left;
	z-index:4;
	opacity:1;
	height:300px;

}
.logoBandDesktop {
	position:fixed;
	top:0px;
	height:300px;
	padding:0px;
	margin:0px;
	width:100%;
	text-align:left;
	z-index:3;
	background-color:#000;
	opacity:1;
}
}
/*IPHONES & GALAXIES */

@media screen and (max-width: 1080px) {
.logoBandDesktop {
	visibility:hidden;
	height:0px;
	width:0px;
	}
.logoDesktop {
	visibility:hidden;
	height:0px;
	width:0px;
	}
.logoMobile {
	position:fixed;
	top:0px;
	left:0px;
	z-index:4;
	opacity:1;

}

.logoBandMobile {
	position:fixed;
	top:0px;
	height:100px;
	padding:0px;
	margin:0px;
	width:100%;
	text-align:left;
	z-index:3;
	background-color:#000;
	opacity:1;
}

}