.events_refresh_btn {
    font-size: 25px;
    margin: 5px;
    cursor: pointer;
    z-index: 1000;
}

.modal .event_thumbnail {
    text-align: center;
}

.full-image {
    width: 100%;
    height: auto;
}

.modal img {
    width: 100%;
    height: auto;
}
.modal .list.card {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.event-theme-2.cards-theme-2 .extra-options {
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 24px;
}
.event-theme-4.cards-theme-1 .extra-options {
    left: -20px;
    bottom: -4px;
}
.event-theme-1.cards-theme-1 .extra-options {
    bottom: inherit;
    top: 0;
}

.event-theme-6.cards-theme-4 .card-full-img-info.item {
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    bottom: 0;
    width: 100%;
    height: 101%;
    padding-top: 50px;
}
.event-theme-6.cards-theme-4 .card-full-img-info.item h3 {
    width: 90%;
    font-size: 14px;
    text-align: center;
}
.event-theme-6.cards-theme-4 .card {
    min-height: 120px;
    max-height: 120px;
    height: 120px;
}