.fest-map-callout-wrapper {
    display: flex;
    margin: 30px 0;
}

.fest-map-callout {
    border: 1px solid #7de704;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.fest-map-callout-icon .material-icons {
    color: #7de704;
    font-size: 32px;
    display: flex;
    margin-right: 3px;
}

.fest-map-callout-text {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.fest-map-callout:hover .fest-map-callout-text-wrap {
    background-color: #ffffff66;
}

.fest-map-callout-image-wrap {
    width: 70px;
    flex-shrink: 0;
}

.fest-map-callout-text-wrap {
    padding: 15px;
}