﻿.event-card {
    -webkit-transition: box-shadow 250ms ease-out;
            transition: box-shadow 250ms ease-out;
            border: 1px solid rgba(0,35,49,0.1);
            border-radius: 4px;
            overflow: hidden;
}

.event-card:hover {
box-shadow: 0 7px 21px 0 rgba(26, 27, 31, .23); 
}

.card-image {
    height: 180px;
    overflow: hidden;
}

.card-image img {
    height: 100%;
    width: 100%
}