/*  Flexible Column Widths
================================================== */

.hoofdblok img {
    width: 100% !important;
    height: auto;
    margin: 0px !important;
}

.subblok img {
    float: left !important;
    width: 99%;
    margin: 0px 0.5% 10px 0.5% !important;
    height: auto;
}

#jeroenborst img {
    margin: 15px;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 1px 1px 5px #aaa;
    -webkit-box-shadow: 1px 1px 5px #aaa;
}


/* ================================================================================ */

@media only screen and (min-width:768px) and (max-width: 959px) {
    #jeroenborst img {
        margin: 15px;
        border: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 1px 1px 5px #aaa;
        -moz-box-shadow: 1px 1px 5px #aaa;
        -webkit-box-shadow: 1px 1px 5px #aaa;
    }
    .hoofdblok img {
        width: 100% !important;
        height: auto;
        margin: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    #jeroenborst img {

        height: auto;
        margin: 15px;
        border: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 1px 1px 5px #aaa;
        -moz-box-shadow: 1px 1px 5px #aaa;
        -webkit-box-shadow: 1px 1px 5px #aaa;
    }
    .hoofdblok img {
        width: 100% !important;
        height: auto;
        margin: 0px !important;
    }
    .subblok img {
        float: left !important;
        width: 31%;
        height: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #jeroenborst img {

        height: auto;
        margin: 15px;
        border: 0px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 1px 1px 5px #aaa;
        -moz-box-shadow: 1px 1px 5px #aaa;
        -webkit-box-shadow: 1px 1px 5px #aaa;
    }
    .hoofdblok img {
        width: 100% !important;
        height: auto;
        margin: 0px !important;
    }
}

@media only screen and (max-width: 420px) {
    .subblok img {
        float: left !important;
        width: 48%;
        height: auto;
    }
    .hoofdblok img {
        width: 100% !important;
        height: auto;
        margin: 0px !important;
    }
}
