.mini-list-loaded {
    display: block!important;
}
#mini-events .tns-ovh {
    padding: 15px 0;
    margin: -15px 0;
}
.cal-content {
    background: #ffffff;
    position: relative;
    top: 0;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
}
.cal-content:hover {
    top: -15px;
    background: #E6F7EE;
}

.cal-content:hover time {
    background: #C0E5CD;
}
.tns-ovh.showBesideItems {
    overflow: visible;
}


.tns-ovh.showBesideItems .tns-item:not(.tns-slide-active) .cal-content {
    top: 6px;
    opacity: 0.43;
    pointer-events: none;
}
.cal-content time {
    background: #E6F7EE;
    display: block;
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 19px 20px;
}

.cal-content time span {
    margin-left: 9px;
}

.cal-info {
    height: 166px;
    padding: 20px;
    display: grid;
    align-content: center;
}

.cal-title {
    color: #000;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.cal-hours {
    color: #145831;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.36px;
}

@media only screen and (max-width:1120px){
    .cal-title {font-size: 22px;}
}