/* @group Slider media with content
------------------------------------ */
.slider-media-with-content {
    position: relative;
}
.slider-media-with-content .wp-block-columns {
    width: 100%;
}
.slider-media-with-content .outer-content {
    position: absolute;
    bottom: 8rem;
    width: calc(100% - 6rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--z-index-medium);
    margin: 0;
    pointer-events: none;
    justify-content: center;
    padding: 0 2rem;
}
.slider-media-with-content .wp-block-columns {
    justify-content: center;
}
.slider-media-with-content .outer-content a,
.slider-media-with-content .outer-content button {
    pointer-events: all;
}
@media only screen
and (min-width : 961px) {
    .slider-media-with-content .outer-content {
        bottom: 24.8rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}
/* @end */
