._blk.blk_image {
    width: 100%;
}

._blk.blk_image.small {
    margin-bottom: 20px;
}

._blk.blk_image.null {
    margin-bottom: 0 !important;
}

._blk.blk_image figure {
    margin: 0;
}
._blk.blk_image figure img {
    width: 100%;
    height: auto;
}


@media only screen and (min-width: 1024px) {

    ._blk.blk_image.small {
        margin-bottom: 90px;
    }
}