.os-container.os-text-media-v2 {
    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-v2.os-column-reverse .os-text-media-v2__media {
    order: -1;
}
.os-text-media-v2__content {
min-width: 100px;
}
.os-text-media-v2__content--center {
    align-self: center;
}
.os-text-media-v2__content .acf-innerblocks-container {
    max-width: 100%;
}
.os-text-media-v2__content figure.wp-block-image, .os-text-media-v2__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-v2__image-wrapper--shadow-rounded img {
    border-radius: var(--os-radius-l);
    max-width: 100%;
    box-shadow: var(--os-box-shadow-l);
}
.os-text-media-v2__image-wrapper--square {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.os-text-media-v2__image-wrapper--standard {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.os-text-media-v2__image-wrapper--wide {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.os-text-media-v2__image-wrapper--square .os-text-media__image,
.os-text-media-v2__image-wrapper--standard .os-text-media__image,
.os-text-media-v2__image-wrapper--wide .os-text-media__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.os-text-media-v2 .os-video-block button.trigger-modal {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}
.os-text-media-v2 .os-video-block img.video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.os-text-media-v2__logo {
    margin-block-end: 1em;
}
.os-text-media-v2__logo img {
    width: 100%;
    height: auto;
    display: block;
}
.os-text-media-v2__logo--small {
    max-width: 25%;
}
.os-text-media-v2__logo--medium {
    max-width: 50%;
}
.os-text-media-v2__logo--large {
    max-width: 75%;
}
.os-text-media-v2__logo--full {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .os-container.os-text-media-v2 {
        grid-template-columns: 1fr;
    }
    .os-container.os-text-media-v2.os-text-media-v2--form .os-text-media-v2__content {
        order: -1 !important;
    }
    .os-container.os-text-media-v2.os-text-media-v2--form .os-text-media-v2__media {
        order: 0 !important;
    }
}
