.postingimage{
    position:relative;
    width:25%;
    max-width:none;
    margin-left:0;
    clear:none;
    float:left;
    background-size: cover;
    background-position: center;
    border-radius: var(--borderradius);
    margin-right: 2vw;
    margin-bottom: 2vw;

}

.postingimage-copyright{
    position: absolute;
    bottom: 5px;
    left:5px;
    /* width: 13%; */
    /* height: 100%; */
    /* background-color: rgba(255,255,255, 0.4); */
    font-size: 8px;
    line-height:11px;
    color: white;
    text-shadow: 1px 1px #666;
}

@media (max-width:399px) {
    .posting {
        width:calc(50% - (var(--grid-spacing) / 2));

    }

    .postingimage{
        width: 100%;

        float: none;
        clear:both;

    }


    .postingimage-ar > img{
        width: 100%;
        content:url(/media/_ar-3-1.gif);
    }
}


@media (min-width: 400px) {
    .posting {
        width:100%;

    }
    .postingimage-ar > img{
        width: 100%;
        content:url(/media/_ar-1-1.gif);
    }

}