.tv-set{
	text-align: center;
	position:relative;
	font-size:13px;
	font-family:Arial,​Helvetica,​sans-serif;
	width:100%;
	max-width:400px;
	min-width:250px;
}

.tv-set .display{
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
}

.tv-set .spacer{
	width:100%;
	background-color:red;
	opacity:0;
}


.tv-set .cont{
	position:absolute;
	left:0px;top:0px;
	width:100%;
	height:100%;
}


.tv-set .mask{
	background-image:url(../img/ny2016w/tv_mask.svg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.tv-set .ev{
	display:none;
}

.tv-set .top{
	width:20%;
	height:45px;
	margin:0px auto 2px auto;
	background-image:url(../img/ny2016w/tv_signal.svg);
	background-size:100% 100%;
	background-repeat:no-repeat;

}
.tv-set .c-tree{
	width: 35px;
	height: 52px;
	background-image:url(../img/ny2018/slug.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	position:absolute;
	right:20%;
	margin:-35px;
	z-index: 1

}


.tv-set .stand {
	width:60%;
	height:25px;
	margin:2px auto 0px auto;
	background-image:url(../img/ny2016w/tv_legs.svg);
	background-size:100% 100%;
	background-repeat:no-repeat;

}

.tv-set .logo-container {
	position: absolute;
	top: 33px;
	right: 38px;
	z-index: 1;
}

.tv-set .prev, .tv-set .next{
	position:absolute;
	top:50%;

	margin-top:-12px;
	color: black;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	line-height:34px;
	width:34px;
	height:34px;
	border-radius:24px;
	background-color:white;
}

.tv-set .prev{left:5px;}
.tv-set .next{right:5px;}

.tv-set .image{
	width:100%;
	height:100%;
	display:block;
}
.tv-set .link:before{
	left:30px!important;
	top:30px!important;

}

.tv-set .link{
	display:block;
	padding:4%;
	height:100%;
	box-sizing:border-box;
}

.tv-set .description{
	position:absolute;
	/*top:80%;*/
	bottom:6%;
	left:5%;
	right:5%;
	background-color:#3C404A;
	color:white;
}


.tv-set .head{
	position:relative;
	display:block;
	padding:2%;
}

.tv-set .timing{

}


.tv-set .bar-container{
	width:100%;
	position:relative;
}

.tv-content .time-status-bar{
	box-shadow:none;
	margin:1px 0px;
	background-color:transparent;

}


.tv-set small {
	font-size:x-small;
	line-height: normal;
}
