.media-footer>p, .media-heading{
    line-height: 130%;
    font-weight: bold;
}
.ms-media-list .media-object{
    border-radius: 0px;
    width: 100px;
    height: 100px;
}
.number-populer {
    font-style: italic;
    margin-top: 5px;
    padding: 6px 8px;
    border-radius: 50%;
    background-color: red;
    line-height: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.stiky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 3;
}