.next-episode-view {
	display: none;
	height: 100vh;
	background-size: cover !important;
}

.next-episode-loader {
	position:fixed;
	z-index:100;
	background: none;
	display: flex;
	align-items:center;
	justify-content:center;
	top:0; left:0; right:0; bottom:0;
}

.next-episode-series{
	font-family: Lato-Light;
	font-size: 10vh;
	font-weight:100;
	position: absolute;
	left: 7vw;
	bottom: 12vh;
}

.next-episode-season{
	font-family: lato;
	color: rgba(255,255,255,0.5);
	font-size:5vh;
	left:7vw;
	position: absolute;
	bottom:7vh;
}

.next-episode-timer{
	font-family: Lato-Light;
	font-size: 7vh;
	font-weight:100;
	width:70px;
	height:70px;
	top:21%;
	left: 13%;
	position: absolute;
}

.timer-circle{
	position: absolute;
	width: 100px;
	height: 100px;
	right: 10vw;
	bottom: 12.6666vh;
	background-color: rgba(8, 8, 8, 0.75);
	border-radius:50%;
	text-align: center;
}

.vs-next-episode{
	height:4vh;
	top: 7vh;
	left: 7vw;
	position: absolute;
}

.next-episode-delete{
	font-family: lato;
	font-size: 2vh;
	width: 150px;
	height: 50px;
	bottom: 4vh;
	right: 7.5vw;
	position: absolute;

}