.lds-hourglass {
	display: none;
	position: absolute;
	width: 300px;
	height: auto;
	top: calc(50% - 200px);
	left: calc(50% - 160px);
	background: #000;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	z-index: 1;
}
.close_add{
	font-size: 28px;
	text-decoration: underline;
	padding: 5px 0;
	cursor: pointer;
	z-index: 10;
	display: block;
	color: #eecc28;
}
.close_add:hover{
	color: #fff;
}
.player-holder{position: relative;}
/*
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
*/