#channel_options {
	margin: auto;
	margin-bottom: 2rem;
	margin-top: 2rem;
	text-align: center;
}
#channel_options img {
	border: 1px solid silver;
	border-radius: 1rem;
	cursor: pointer;
	height: auto;
	padding: .5rem;
	width: 50px;
}
#channel_options .selected {
	border: 1px solid red;
}
#event_option {
	display: block;
	margin: auto;
	text-align: center;
}
#event_option select {
	margin: auto;
	margin-bottom: 0;
	margin-top: .5rem;
	max-width: 292px;
	padding: 1rem;
	width: inherit;
}
.event {min-height: 190px;}

#videos {
	border: none;
	background-color: white;
	margin: auto;
	text-align: center;
	width: 100%;
}
.video_block {
	border: none;
	background-color: white;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, Arial, sans-serif;
	height: 280px;
	letter-spacing: inherit;
	margin: auto;
	padding-bottom: 0;
	top: 0;
	width: 320px;
}
.video_block .thumbnail {
	border: none;
	height: auto;
	margin: auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.video_block .duration {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: .25rem;
	bottom: 10px;
	color: white;
	font-size: 12px;
	padding: 0 5px;
	position: absolute;
	right: 5px;
}
.detail_block {
	border: none;
	background-color: #f2f2f2;
	height: 65px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.detail_block .avatar_block {
	border: none;
	background-color: #f2f2f2;
	float: left;
	height: 45px;
	margin: 0;
	padding: 0;
	width: 48px;
}
.detail_block .avatar_block img {
	border: none;
	border-radius: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	width: 36px;
}
.detail_block .title_block {
	border: none;
	background-color: #f2f2f2;
	height: 45px;
	float: right;
	right: 0;
	margin: 0;
	padding: 0;
	width: 272px;
}
.detail_block .info_block {
	border: none;
	clear: both;
	background-color: #f2f2f2;
	height: 20px;
	margin: 0;
	width: 100%;
}
.sponsor-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.title_block h1 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000;
	display: -webkit-box;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	height: 38px;
	letter-spacing: inherit;
	line-height: 20px;
	max-height: 40px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: normal;
}
.info_block h2 {
	color: rgb(3,3,3);
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: inherit;
	line-height: 18px;
	text-align: left;
	padding: 0 4px;
}
@media only screen and (max-width: 800px)  {
}
@media only screen and (max-width: 768px)  {
}
@media only screen and (max-width: 568px)  {
}
@media only screen and (max-width: 480px)  {
}
@media only screen and (max-width: 414px)  {
}
@media only screen and (max-width: 375px)  {
}
@media only screen and (max-width: 320px)  {
	#channel_options img {
		width: 40px;
	}
}