#map-canvas {
    height: 60vw;
    max-height: 500px;
    min-height: 260px;
    padding: 0;
}

#map-canvas > div {
    background-color: transparent !important;
}

#map-canvas .marker__container__image {
    width: 100%;
    max-height: 150px;
}

#map-canvas .marker__container__image img {
    max-height: 150px;
    max-width: 100%;
}

#map-canvas div.gmnoprint,
#map-canvas div.gm-style-cc,
#map-canvas iframe + div {
    display: none;
}

.map {
    width: 100%;
    height: 400px;
}

/* fixes potential theme css conflict */
.map img {
    max-width: inherit !important;
}

.witness_house__map {
    height: 0;
    padding-top: 60%;
}

@media screen and (min-width: 768px) {
    .witness_house__map {
        padding-top: 0;
        height: 400px;
    }
}

@media (max-width: 1199.98px) {
    body.home #map-canvas {
        display: none;
    }
}

#map-canvas {
    overflow: initial !important;
}

.marker__container__image {
    text-align: center;
}

.marker__container__content {
    color: #c1022c;
    font-weight: 600;
}

.marker__container__content:not(:first-child) {
    margin-top: 1rem;
}