/*********************************************
 * Post gallery
**********************************************/
.wpb_text_column .vii-post-gallery {
    --grid-gap-x:24px;
    --grid-gap-y:var(--grid-gap-x);
}
.wpb_text_column .vii-post-gallery:not(:first-child) {margin-top:var(--vii-spacing-24);}
.wpb_text_column .vii-post-gallery:not(:last-child) {margin-bottom:var(--vii-spacing-24);}
.wpb_text_column .vii-post-gallery .wpb_single_image .vc_single_image-wrapper {aspect-ratio:433/284; margin:0;}
.wpb_text_column .vii-post-gallery .wpb_single_image .vc_single_image-wrapper img {
    height:100%;
    object-fit:cover; object-position:center;
}

@media only screen and (max-width:1180px) {
    .wpb_text_column .vii-post-gallery {--grid-gap-x:var(--vii-gap-container);}
}