﻿#step-existingObject {
    display: none;
}

.bg-img-container {
    background-image: url('../images/workarea_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.map-pupup {
    max-height: 200px;
    max-width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}