body{
background-size: auto;
}
@media screen and (max-width:800px){
	#slogan{
		width:98%;
		min-height:25px;
		margin-left:2%;
		margin-right:0;
		margin-top:10px;
	}
	#re{
		width:90%;
		min-height:25px;
        margin-top:0;
		margin-left:0; 
		font-size:21px;
		float:none;
		text-align: left;
	}
	#logotype{
		width:10%;
		height:25px;
	}
	#logotype img{
		width:25px;
		height:25px;
	}
	#volume_button{
		display:none;
		width:0;
		height:0;
		margin:0;
	}
	#stream{
		height:250px;
		margin-top:-120px;
	}
}
@media screen and (max-width:500px){
	#stream{
		margin-top:-150px;
	}
	#slogan{
		width:98%;
	}
	#re{
		width:70%;
		float:right;
		
	}
	#logotype{
		width:30%;
	}
	#logotype img{
		width:100px;
		height:100px;
	}
}