
@media all and (max-width : 480px)  {

/********************************** SPLASHSCREEN **********************************/

img#playlist {
	position : fixed;
	float : right;
	right : 2vw;
	top : 2vw;
	width : 10vw;
}


div#info {
	display : none;
	position : fixed;
	width : 60vw;
	top : 48%;
  	transform : translateY(-50%);
	margin-left : 20vw;
	/*margin-right : auto;*/
}

		a#music_author {
			text-decoration : none;
		}
		
				div#music_author {
					white-space : nowrap;
		  			overflow : visible;
					font-size : 6.5vw;
					color : white; 
				}

		a#music_album {
			text-decoration : none;
		}

				div#music_album {
					white-space : nowrap;
		  			overflow : visible;
		  			font-size : 4.8vw;
					color : white; 			
				}

		img#big_cover {
			cursor : pointer;
			width : 60vw;
			height : 60vw;
		}

		img#play {
			position : absolute;
		    cursor : auto;
			top : 38vw;
			left : 22vw;
			width : 16vw;
			height : 16vw;
		}

				img#play:hover {
					cursor : pointer;
				}

		div#progress {
			width : 5vw;
			height : 1.6vw;
			margin-top : -1vw;
			margin-bottom : 1vw;			
			background-color : white;
		}

		a#music_title {
			text-decoration : none;
		}

				div#music_title {
					white-space : nowrap;
		  			overflow : visible;
		  			font-size : 4.4vw;
					color : white; 			
				}

a#listener {
	position : fixed;
	float : left;
	left : 1vw;
	bottom : 1vw;
	color : white; 
}

div#powered {
	position : fixed;
	float : right;
	right : 2vw;
	bottom : 2vw;
}

		a#powered {
    		position : relative;
			color : white;
			bottom: 1.5vw;
    		font-size: 3vw;
   		}

		img#weebr_logo {
		    width : 15vw;
		}

}
