.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

.overlay-show {
    margin-bottom: 30px;
}

.tab-pane,
.card-body {
    > *:last-child {
        margin-bottom: 0;
    }
}

.video-cover {
    overflow: hidden !important;
}

/* Google Map */
.map_info_text {
    p {
        margin-bottom: 10px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}