.events .event .event-teaser-image {
    background-size: cover;
}

.fc-event {
    cursor: pointer;
}

.calendar_legend {
    padding: 2px;

}


label {

    cursor: pointer;
}

.event-teaser-image {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

