.irias-map {
    width: 100%;
    height: 100%;
    background: none;
}

.routeMapDetail__map {
    height: 80vh;
}

.ol-popup {
    display: none;
}

.ol-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 15px 15px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 60;/** stack on top of .header (z-index: 50) */
}

.poiOverlay--open .ol-popup {
    display: block;
}

@media screen and (min-width: 768px) {
    .ol-popup {
        position: absolute;
        left: auto;
        width: 350px;
    }

    .ol-overlay-container.ol-selectable {
        position: static !important;
    }
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 12px;
    display: none;
}

.ol-popup-closer:after {
    content: "\d7";
    font-size: 2em;
    cursor: pointer;
}

/**
 *  Pop-up
 */

body.poiOverlay--open {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    body.poiOverlay--open {
        overflow: auto;
    }
}

.poiPopUp__content {
    max-width: 420px;
    margin: 0 auto;
}

.poiPopUp__image {
    display: block;
    margin-bottom: 1em;
}

.poiPopUp__description {
    margin: 0;
}

.poiPopUp__link {
    width: 100%;
    margin: 1em 0 0 0;
    text-align: center;
}