/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-text-image-media {
  min-width: 0;
  height: 30rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.s-text-image-media__inner {
  width: 100%;
  height: 100%;
}
.s-text-image-media .wp-block-image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.s-text-image-media .wp-block-image figure,
.s-text-image-media .wp-block-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.s-text-image-media .wp-block-image img {
  display: block;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .s-text-image-media {
    height: 20rem;
  }
}
@media screen and (max-width: 580px) {
  .s-text-image-media {
    height: 15rem;
  }
}