/* Background CSS */

.background-carto {

            background: url(../img/carto.png) repeat;
            background-attachment: fixed;
}

 .background-map {

            background: url(../img/map.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
}