/**
* Some fixes for displaying google maps inside a page with bootstrap
*/

.gmnoprint{
    img{
        max-width: none;
    }
}
