#episode #episode-trailer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

#episode #episode-trailer #brightcove-episode-trailer-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#episode #episode-trailer #brightcove-episode-trailer-player.hidden {
	display: none;
}

#episode #episode-trailer .acorntv-slogan button:hover {
	border: 0;
	background: none;
}

.inner {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

/**
* Concurrency limit popup
 */
.exceeded-popup{
	width: 100%;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border: 1px solid white;
	padding: 15px;
}
@media (max-width: 480px){
	.exceeded-popup .h2{
		font-size: 28px;
	}
}

.exceeded-popup button{
	margin-top: 30px;
}

/**
* Pseudo video player
 */
.pseudo-video-player:hover .pseudo-play-button{
	background: #b37a1a;
}
.pseudo-video-player{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pseudo-play-button{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.45);
	color: #fff;
	-webkit-transition: border-color .4s,outline .4s,background-color .4s;
	-moz-transition: border-color .4s,outline .4s,background-color .4s;
	-ms-transition: border-color .4s,outline .4s,background-color .4s;
	-o-transition: border-color .4s,outline .4s,background-color .4s;
	transition: border-color .4s,outline .4s,background-color .4s;
}
.pseudo-play-button .vjs-icon-placeholder {
	width: 20px;
	height: 20px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
	border-right: 20px solid transparent;
	margin-left: 30%;
}