#player {
	display: none;
	height: 7vh;
	flex-direction: row;
	justify-content: space-between;
	border-style: hidden hidden solid;
	border-width: thin;
}

#nowplaying_image_text {
	display: flex;
	flex-direction: row;
}

#nowplaying_image {
	margin: auto 20px;
	max-height: 5vh;
	border-radius: 10px;
}

#nowplaying_text {
	width: fit-content;
	margin: auto 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 35vw;
}

#nowplaying_title {
	font-weight: bold;
	font-size: large;
}

#nowplaying_buttons {
	width: fit-content;
	margin: auto 12px;
}

.nowplaying_button {
	font-size: 2rem;
	padding: 0px 5px;
}

@media screen and (max-width: 600px) {
	#nowplaying_previous {
		display: none;
	}
}
