/*ZORGT DAT DE FOTO'S NIET MEER GEBLOCKT WORDEN OP DISPLAYS ONDER 640PX*/
@media only screen and (max-width: 640px){
.col100 img, #gmap_canvas {
    display: inline-block;
}
}