.loop-event-item {
    position: relative;
    height: 300px;
    background-size: cover;
}
.loop-event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;   
}
.loop-event-item .event-info {
    position: absolute;
    top: 20px;
    left: 20px;
    
}
.loop-event-item time {
    font-family: 'MontserratBold';
    color: #fdc500;
    font-size: 1rem;
}
.loop-event-item a {
    font-family: 'MontserratBold';
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.1 !important;
}