@charset "UTF-8";

 @media (max-width:767px){
        .sidebar {
          height: 300px !important;
          width:100% !important;
        }
        .map {
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        top: 300px !important;
        bottom: 0 !important;
        height: 350px !important;
      }
 }