﻿@media (max-width: 768px) {
    #map {
        display: none !important;
    }

    .flex-shrink-0 {
        width: 100% !important;
    }
}

body{
    overflow-x:hidden;
}