#top, #bottom {
    z-index: 1000;
}

.absolute-all {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#left-map {
    right: 50%;
}

#right-map {
    left: 50%;
}

#notCompatibleSize {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    font-family: Calibri, serif;
}

#notCompatibleSize > span {
}

@media (max-width: 950px) {
    #right-map {
        display: none;
    }

    #left-map {
        right: 0;
    }
}

@media (max-width: 250px), (max-height: 775px) {
    #top {
        font-size: 25px;
    }
}

@media (max-width: 175px), (max-height: 225px) {
    #notCompatibleSize {
        display: inherit !important;
    }
}

@media (max-height: 300px) {
    #bottom {
        display: none;
    }
}