
.event-panel-row {
    width: 100%;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 1px;
    overflow: hidden;
    position: relative;
    top: 2px;
    transform-origin: top left;
    vertical-align: middle;
}

.event-panel-row .event-row-img {
    position: relative;
    height: 140px;
    width: 100%;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    background-position: center 30%;
    background-size: cover;
}

.event-panel-row .event-title {
    font-size: 18px;
    font-weight: bold;
}