@media screen and (max-width: 500px){
    main.wiewatwaar iframe{
        width: 350px !important;
        height: 400px !important;    
    }

    main.wiewatwaar div.mapouter{
        height:500px !important;
        width: 350px !important;
    }

    main.wiewatwaar div.gmap_canvas{
        height:500px !important;
        width: 350px !important;
    }
}

@media screen and (max-width: 800px){
    main.wiewatwaar iframe{
        width: 500px;
        height: 400px;    
    }

    main.wiewatwaar div.mapouter{
        height:500px;
        width: 400px;
    }

    main.wiewatwaar div.gmap_canvas{
        height:500px;
        width: 400px;
    }
}

div.foto img{
    width: 100%;
    height: auto;
}

main.wiewatwaar article div{
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 85vw;
}

article.wie div.flex div:first-of-type{
    text-align: center;
}

main.wiewatwaar article hr.line{
    margin-bottom: 2vh;
}

main.wiewatwaar article{
    margin-bottom: 10vh;
}

main.wiewatwaar h5{
    line-height: 2.5rem;
    font-size: 1.2rem;
}

main.wiewatwaar span{
    font-weight: 700;
}

article.wie img{
    width: 85vw;
    height: auto;
    margin-left: auto;
    border-radius: 3px;
    margin-bottom: 3vh;
}

main.wiewatwaar table{
    font-size: 1.2rem;
}

main.wiewatwaar td,th {
    padding-right: 8px;
    padding-bottom: 8px;
}

main.wiewatwaar article.wat{
    background: url(../images/icons/cybercrime.png) no-repeat left;
    background-size: 20vh;
    background-position: 1200px 20px;
}

main.wiewatwaar div.mapouter{
    position:relative;
    text-align:right;
    height:500px;
    width:830px;
}

main.wiewatwaar div.gmap_canvas{
    overflow:hidden;
    background:none!important;
    height:500px;
    width:830px;
}



@media screen and (min-width: 1001px){
    main.wiewatwaar article div{
        width: 65vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    margin-bottom: auto;
    }

    article.wie img{
        width: 25vw;
        height: auto;
    }

    article.wie div.flex{
        display: flex;
    }

    main.wiewatwaar article.wat{
        background: url(../images/icons/cybercrime.png) no-repeat;
        background-size: 20vh;
        background-position: 1200px 20px;
    }

    
}