@use "../theme.scss" as *;

.responsive-image-container {
  color: $responsive-image-container-color;
  width: 100%;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
}
