.select2-drop {
min-width: 200px;
}
.select2-results {
margin: 0;
padding: 0;
}
.select2-results .select2-highlighted {
background: #f4f4f4;
color: #696969;
}
.select2-results li {
color: #696969;
padding: 5px 10px;
}  .social-hub-section {
padding: 80px 0;
}
.social-hub-section h1 span {
font-size: 20px;
font-weight: 300;
letter-spacing: 2px;
display: block;
}
.social-list {
display: inline-block;
width: 100%;
list-style: none;
}
.social-list>li {
float: left;
width: 30%;
margin-right: 4.5%;
list-style: none;
}
.social-list>li .list-wrap {
border: 1px solid #eceef1;
max-height: 550px;
overflow: auto;
}
.social-list>li .list-head {
text-align: center;
margin-bottom: 35px;
}
.social-list>li .list-head img {
width: 60px;
}
.social-list li.youtube-list {
margin-right: 0px;
}
.social-list li.youtube-list .list-wrap {
padding-top: 55px;
position: relative;
}
.social-list li.youtube-list .list-wrap .top {
position: absolute;
left: 0;
top: 0;
right: 0;
background: #e62016;
height: 48px;
}
.social-list li.youtube-list .list-wrap .top img {
display: inline-block;
vertical-align: middle;
width: 40px;
margin-left: 15px;
}
.social-list li.youtube-list .list-wrap .top p {
display: inline-block;
vertical-align: middle;
width: 75%;
font-size: 14px;
line-height: 48px;
color: #fff;
padding-left: 15px;
}
.youtube-list .video-item {
margin-bottom: 20px;
}
.youtube-list .video-item .vid-thumb {
width: 55%;
display: inline-block;
vertical-align: top;
}
.youtube-list .video-item .desc {
width: 38%;
display: inline-block;
vertical-align: top;
margin-left: 3%;
}
.youtube-list .video-item .desc .title {
font-size: 12px;
line-height: 16px;
color: #000;
font-weight: 600;
}
.youtube-list .video-item .desc .desc-detail {
font-size: 10px;
line-height: 12px;
color: #000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
.social-list {
padding-left: 0
}
.social-list>li {
float: none;
width: 100%;
margin-bottom: 50px;
}
.social-list>li .list-head img {
max-width: 80px;
}
}