li.wl_event {
    display: flex;
    width: 100%;
}

a.wl_event_link .imagen {
    position: relative;
    overflow: hidden;
    min-width: 200px;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin: 25px;
    margin-left: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #ddd !important;
}

a.wl_event_link .imagen img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.wl_event .fecha {
    margin-bottom: 10px;
    margin-top: 10px;
}