.graphic_wrapper {
    float:left;
    width:100%;
    margin-bottom: 20px;
    margin-top:20px;
}

.graphic_container_groot {
    width:100%;
    max-width:700px; 
    float:none;
    margin:auto;
}

.graphic_container_klein {
    width:100%;
    max-width:460px; 
    float:none;
    margin:auto;
    display:none;
}

.graphic {
    width:100%;
}