  .favorites_playlist {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color:white;
	width: auto;
	height: auto;
	padding: unset;
  }

  li.favorites_playlist  {
	visibility: visible;
	position: absolute;
	width: 97%;
	padding: 0;
  }

  .favorites_remove_button {
	color:red;
  }

  .favorites_display_area {
	display: flex;
	position: relative;
	background: rgba(00, 00, 00, 0.5);
	top: 90px;
	padding: 10px;

	border-radius: 50px 0px;
	box-shadow: .5px .5px 6.9px 1px #ffffff87;
	margin: 29px;
	width: 400px;
	height: 269px;
	min-width: 400px;
	min-height: 420px;
	max-width: 420px;
	max-height: 840px;

	display: none;
  }