.my-media{
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}
.covers_Image{
    width:40%;
    height:0;
    padding-bottom: 22.5%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.right-media-tittle{
    font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height:30px;
}
.right-media-text{
    font-size:12px;
    color: #989898;
    margin-bottom: 0px;
}

.goMeetingBtn{
    width: 130px;
    height: 46px;
    color: white;
    background-color: orangered;
    border-radius: 10px;
    border: 1px solid orangered;
}
.dropdown-toggle{
    border: 1px solid #ced4da
}