
@media all and (min-width : 481px)  {

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

img#playlist {
	position : fixed;
	float : right;
	right : 1vw;
	top : 1vw;
	width : 2.8vw;
}

div#info {
	display : none;
	position : fixed; /*relative*/
	width : 25vw;
	top : 48.5%;
  	transform : translateY(-50%);
	margin-left : 37.3vw; /*auto*/
	/*margin-right : auto;*/
}

		a#music_author {
			text-decoration : none;
		}

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

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

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

		img#play {
			position : absolute;
		    cursor : auto;
		    top : 15vw;
		    left : 9.5vw;
		    width : 6vw;
		    height : 6vw;
		}

				img#play:hover {
					cursor : pointer;
				}

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

		a#music_title {
			text-decoration : none;
		}

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

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

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

		a#powered {
    		position : relative;
			color : white;
			bottom: 0.5vw;
   		}

		img#weebr_logo {
		    width : 6vw;
		}

}
