body.is-fullsize-popup .app__sidebar,
body.is-fullsize-popup .mobileControls__draw {
    z-index: 100;
}

body.is-fullsize-popup .leaflet-popup-content-wrapper {
    right: 599px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    body.is-fullsize-popup .leaflet-popup-content-wrapper {
        right: 10px !important;
        left: 10px !important;
        padding: 10px;
        padding-right: 20px;
    }
}

.app__title {
    font-size: 2.25rem;
}

#slide-init {
    font-size: .9rem;
}

.app__header {
    background-position: 50% 26%;
}