.media_with_description_section .media_container {
  height: calc(var(--media_height) * 1px);
}

@media screen and (max-width: 750px) {
  .media_with_description_section .media_container {
    height: calc(var(--media_height_mbl) * 1px);
  }
}

.media_with_description_section .media_container *:is(img, svg) {
  background-color: #00000010;
}

.media_with_description_section .description_container>* {
  max-width: var(--description_width);
  margin-inline: auto;
}