/* ---------------------------------------------------
    CONTENT Background-Leaflet right site
----------------------------------------------------- */
#divcnt {
        background: #444444;
        width: 45%;
        height: 800px;
        position: relative;
        left: 90%;
        top: -300pt;
        }

#divpic {
        height: 100%;
        position: fixed;
        left: 85%;
        top: -200px;

}
@media (max-width: 800px) {
    #divpic {
    left: 500%;
    }
    #content {
        width: 100%;
    }
}

@media (max-width: 5000px) {
    #divpic {
      left: calc(80% + 135px);
    }
}
