.os-container.os-text-media-new {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--large);
}
.os-container.os-text-media.os-centre-text-media .os-text-media__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.os-container.os-text-media-new.os-column-reverse .os-text-media-new__media {
    order: -1;
}
.os-text-media-new__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.os-text-media-new__content .acf-innerblocks-container {
    max-width: 100%;
}
.os-text-media-new__content figure.wp-block-image, .os-text-media-new__content figure.wp-block-image:not(.wp-block) {
    margin: 0 0;
}
.os-text-media__content-inner {
    display: flex;
    flex-direction: column;
}
.os-text-media__content-inner *:first-child {
    margin-top: 0;
}
.os-text-media__image {
    width: 100%;
    height: auto;
}
.os-text-media__image-rounded {
    border-radius: var(--wp--preset--spacing--small);
}
.os-text-media-new .os-video-block button.trigger-modal {
    width: 100%;
    position: relative;
}
.os-text-media-new .os-video-block img.video-thumb {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .os-container.os-text-media-new {
        grid-template-columns: 1fr;
    }
    .os-text-media-new__media {
        order: -1;
    }
}