/************* Channel-List View **************/
.channel-list, .channel-list-item:hover { color: #2b2a2a;text-decoration: none;}
.channel-list-item { width:100%; margin:10px 0px; box-shadow: 2px 5px 5px rgba(199, 199, 199, 0.40); border-radius: 2px;}
.channel-list-item  > .channel-list-image img {width: 100%;}
.channel-list-item  > .channel-profile {position: relative; z-index: 1; top: -32px; left: 10px;}
.channel-list-item  > .channel-profile img {border-radius: 50%; max-width: 65px; border: 2px solid #ffffff;}
.channel-list-item  > .channel-profile span {top: 10px; position: relative;}
.channel-list-item  > .channel-list-info { margin: 10px; display: inline-block; font-weight: 400; width: calc(100% - 20px); margin-top: -18px;}
.channel-list-item  > .channel-list-info > h5 {font-weight: 400; display: block; max-height: 45px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.channel-list-item  > .channel-list-info > p {font-size: 13px; display: block; max-height: 45px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 5px;}
.channel-list-image { height: 0px; padding-bottom: 33%; overflow: hidden; }
.channel-list-item  > .channel-list-info ul { list-style: none; margin: 0px; padding: 0px; font-size: 13px; margin-top: 5px; line-height: 18px; font-weight:300;}
/************* Channel-List View/ **************/
/************* followers *************/
.followers-link, .followers-item:hover { color: #2b2a2a; text-decoration: none;}
.followers-item { width: 100%; margin: 10px 0px; padding-bottom: 5px; box-shadow: 2px 5px 5px rgba(199, 199, 199, 0.40); border-radius: 2px; background: #fff;}
.followers-image { height: 100%;}
.followers-image img {width: 100%;}
.followers-item span {display: block; max-height: 45px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;margin:10px;}
.followers-item p { display: block; max-height: 45px; height: 35px; overflow: hidden; /*white-space: nowrap; text-overflow: ellipsis;*/ margin: 0px 10px 0px 10px;}
.followers-item ul{list-style: none; padding: 0px; font-size: 12px; line-height: 18px; font-weight: 400; display: flex;margin: 5px 10px 5px; letter-spacing: 0.50px;}
/*explorer */
@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
.followers-link  span{display: flex;}
}
/*explorer/ */
/************* followers/ *************/
@media (max-width:991px) {
  .display-1{display: none;}
  .display-2{box-shadow:0px 4px 6px -2px rgba(0, 0, 0, 0.20);margin-top:2rem;}
}
@media (min-width:992px) {
  .display-2{display: none;}
}
footer {border-bottom: 7px solid #ffbe2f;}
