.slider-content{
	background-color: black;
	color:#fcdd44;
}
#featured_video{
	margin:10px 10px 0px 150px
}

.video-section {
	background-color:#fcdd44;
	height:100%;
}

.search{
	position: relative;
    top: -36px;
    left: 153px;
    background-color:rgba(0, 0, 0, 0);
}
.heading{
	background-color: black;
	padding:10px;
	color:#fcdd44;
}
#speaker-info {
	margin-top: 25px;
	height: 310px;
	overflow: scroll;
	text-align: justify;
}
#speaker-cat-info{
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 11;
  	-webkit-box-orient: vertical;
	max-height: 310px;
	overflow: hidden;
	text-align: justify;
}
#speaker-search-info{
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	max-height: 130px;
	overflow: hidden;
	text-align: justify;
}
.more-speaker {
	list-style: none;
}
.more-speaker a{
	color:black;
}
.carousel-inner{
	margin-top:10px;
}