@media (max-width:768px){

    div[style*="width: 60%"]{
        width:100% !important;
    }

    div[style*="margin-left: 59%"]{
        position:relative !important;
        width:100% !important;
        margin-left:0 !important;
        margin-top:10px !important;
    }

    .map-container,
    #map{
        width:100% !important;
        height:45vh !important;
    }

    .checkbox-container{
        width:100% !important;
        height:auto !important;
    }
}