/**
* Block Name: post_alle
*/

section.post_alle .img_wrapper {
    position: relative;
    padding-top:66%;
    margin-bottom: 30px;
    overflow: hidden;
}

section.post_alle .img_wrapper img {
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

section.post_alle a:hover .img_wrapper img {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
