#eb-upcoming-events-page-timeline .eb-event-images-container>a:before {
    background: none !important;
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.eb-speaker-container .eb-speaker-name {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 600;
    color: #ef4846;
}
.ebm-upcoming-events li, .ebm-upcoming-events>div {
    list-style: none;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e6ecf0;
    line-height: 1.4 !important;
}