
.ytCommunityMapsOptIn {
    padding: 100px;
    margin: 20px 0px;
    text-align: center;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-image: url(/typo3conf/ext/yt_community/Resources/Public/Images/Blank_map_europe.png);
}

#map {
    height: 500px;
}

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}

#legend span {
    padding-right: 10px;
}

@media (max-width: 740px) {
    .ytCommunityMapsOptIn {
        padding: 20px;
    }
}