﻿@media screen and (max-width: 640px) and (max-height: 940px) {
    .map {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        /*width: 25%;*/
        height: 400px !important;
    }

    .camp-map-container {
        /*height: 100%;*/
        /*width: 100%;*/
        /*min-height: 250px;*/
        max-height: 500px !important;
    }
}


.map {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    /*width: 25%;*/
    /*height: 100% !important;*/
}body {
}
