@media all and (max-width: 900px), (max-height: 500px) {
    /* put your css styles in here   and (max-height: 600px) */
    
     /* 600 thing */
     #commentToastPosition{
        position: absolute; top: 80px; left: 10px; z-index: 1;
    }
    #mapContainer{
        margin-top: 60px;
        height: calc(70vh - 160px) !important;
        height: calc(calc(var(--vh, 1vh) * 70) - 160px) !important;
    }
    div#mapContainer #searchContainer {
        position: absolute;
        top: 10px;
        left: 5px;
        width: calc(100% - 10px);
        z-index: 1;
    }
    div#mapContainer #searchContainer input {
        width: calc(100% - 10px);
        margin-right: 5px;
        max-width: 450px;
        max-width: 100% !important;
        /* width: 100%; */
    }

    div#mapContainer #searchContainer button {
        margin-right: 5px;
    }
    #map{
        height: calc(70vh - 160px) !important;
        height: calc(calc(var(--vh, 1vh) * 70) - 160px) !important;
    }
    .container-fluid{
        overflow: hidden !important;
    }

    div#mapContainer #searchContainer {
        position: fixed;
        background: #fff;
        padding: 10px;
        top: 0;
        left: 0;
        width: 100%;
    }

    div#mapContainer #searchContainer button {
        top: 10px !important;
        right: 10px !important;
    }

    div#mapContainer #searchContainer input {
        height: 40px;
    }

    div#mapContainer #searchContainer button {
        height: 40px;
    }
    .legend-container {
        display: none;
    }
    div#commentBlock {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
    }

    button#initAddComment {
        width: calc(90% - 5px);
    }
    button#slideUpBtn {display: block;}
    button#slideUpBtn {width: 10%;font-size: 22px;padding: 0px;line-height: 36px; float: right;}
    button#slideDownBtn {width: 10%;font-size: 22px;padding: 0px;line-height: 36px; float: right;}
    .dark-overlay{
        z-index: 2;
        position: fixed;
        top: 0;
    }

    .add-comment-btn.active #initAddComment {
        width: calc(100% - 100px);
    }

    .add-comment-btn.active button#disableAddCommentBtn {
        width: 45px;
        float:left;
        display: block;
        margin-right:10px
    }
    
    /* 600 thing end */

    .map-container-class.col-sm-10 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .comment-container-class.col-sm-2 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    .static-heading{
        display: none;
    }

    div#mapContainer {
        margin-top: 0px;
        height: 100vh !important;
    }
    
    div#censusLegends {
        display: none !important;
    }
    
    .show-school-container.comment-school.active {
        display: none;
    }

    .dynamic-heading {
        max-width: calc(100% - 80px);
    }
    
    .dynamic-heading #primaryHeadingText {
        margin-top: 8px !important;
        margin-bottom: 2px !important;
    }
    
    .dynamic-heading #secondaryHeadingText {
        line-height: 14px !important;
    }

    div#commentCensusYear {
        display: none;
    }

    div#searchContainer {
        display: none;
    }

    .legend-container {
        display: none;
    }

    div#commentDistrictGrid {
        display: none;
    }
    
    div#map {
        height: 100vh !important;
    }

    div#commentBlock {
        box-shadow: 0px 1px 10px 3px rgb(0 0 0 / 20%);
    }




    /* fixing 2-finger */

    div#commentContainer {
        margin-top: 0px !important;
    }
    
    div#commentBlock {
        width: 100% !important;
        right: 0px;
        left: inherit;
    }
    
    html {
        height: 100vh !important;
    }
    
    .container-fluid {
        height: 100vh !important;
    }
    
    div#commentContainer {
        height: 100vh !important;
    }


    .gmnoprint {
        display: none;
    }

    .add-comment-btn {
        padding: 5px;
    }

    div#commentBlock{
        height: 47px;
    }




    button#disableAddCommentBtn {
        z-index: 1;
        position: absolute;
        top: 5px;
        left: 5px;
        background: #ffb8b8;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) !important;
    }


    div#listPageHeader .dynamic-logo img{
        height: 45px;
    }

    div#searchContainer {
        display: block;
        background: #ffffff00 !important;
        left: -26px !important;
        top: 55px !important;
    }
    
    div#commentToastPosition {
        display: none;
    }
    
    input#searchAddress {
        width: calc(100% - 30px) !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }


}

.school-infowindow-close {
    position: absolute;
    top: 2px;
    font-size: 15px;
    font-weight: bold;
    right: 2px;
    background: #ffd8d8;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
    color: #F44336;
}

.gm-style-iw-chr {
    display: none;
}

.school-infowindow {
    margin-top: 12px;
    margin-right: 10px;
}

.school-infowindow-close:hover {
    cursor: pointer;
    background: #F44336;
    color: #fff;
}

.comment-point-infowindow {
    margin-top: 12px;
    margin-right: 10px;
}

.comment-search-infowindow {
    margin-top: 10px;
    margin-right: 10px;
}