.node--type-event #main {
    background-color: #15345E;
}
.node--type-event .main-content {
    background-color: white;
    padding: 50px;
    margin: 50px auto;
    border-radius: 5px;
    max-width: 85vw;
}
.node--type-event .geofield-google-map {
    margin-top: 25px;
}
.node--type-event .meeting-row img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 620px) {
    .node--type-event .main-content {
        padding: 25px;
    }
}