/* Keep embedded maps visible independently of the site's branding stylesheet. */
.external-contractor-map {
    position: sticky;
    top: 0;
}

.external-contractor-map #map {
    width: 100vh;
    height: 100vh;
    min-height: 24rem;
    top: auto;
}

@media (min-width: 768px) {
    .external-contractor-map #map {
        right: -2rem;
    }
}