.post_block{
    background-image: url(../images/gray_logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60px;
}

.wp-block-coblocks-gallery-carousel {
    position: relative;
}

.wp-block-coblocks-gallery-carousel::before {
    background-color: transparent;
    background-image: url(../images/white_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
    height: 0 !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    pointer-events: none;
}
