.map-container {
    display: block;
    position: relative;
    background-position: bottom;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
}


.map-container.fullscreen{
    height: 100vh
}

.map-camera-marker {
    user-select: none;
    pointer-events: none;
    width: 2.25rem;
    position: absolute;
    z-index: auto;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-widget {
    background-color: #F1F3F5;
    width: 100%;
    height: 180px;
}