#home	{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
    position:relative;
}

.rotated {
	position:absolute;
	z-index: 99;
	right: -70px;
	top: 250px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);	
	font-size:small;
}
.inset
{
	float:right;
	margin:10px;
	margin-right:2px;
	padding:5px;
	border:double white;
}
#container
{
	width:100%; 
	height:600px;
	position:relative;
	overflow:hidden;
}
#container img:not(#logo)	{
	max-width:100%;
	border-radius:20px;
}
@keyframes pulse	{
	from {opacity:.1} 
	to {opacity:.3}
}
@keyframes bigpulse	{
	from {opacity:.1} 
	to {opacity:.9}
}
#concert	{
/*	position:absolute;
	right:0;
	top:0;
	text-align:center;
	z-index:5; 
	text-shadow:1px 1px black; */
    display:flex;
	cursor:pointer;
    background:black;
    overflow:hidden;
    
}
#concert img {
    width:246px;
    max-width:40vw;
}
#concert div	{
/*	position:absolute;
	height:100%;
	width:100%; */
/*	background-color:white;
	opacity:.1;
	top:0;
	left:0;*/
    text-align: center;
	z-index:4;
	/* animation: pulse 2s linear infinite alternate; */
}
@media (min-width:600px) {
    #concert {
        position:absolute;
        right:5px;
    	top:45px;
        z-index:5;

    }
}

.orangetab	{
	color:orange;
	text-shadow:black 1px 1px
}
#audition	{
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	z-index:5;
	cursor:pointer;
	font-weight:bold;
	font-size:large;
	animation: bigpulse 2s linear infinite alternate;
	opacity:0.1;
	padding:10px;
	color:orange;
	text-shadow:1px 1px black;
}
#logo
{	
	position:absolute;
	top:50%;
	left:50%;
	margin:0;
	margin-right:-50%;
	transform:translate(-50%, -50%);
	z-index:10;
	width:70%;
}