/*
Theme Name: Twenty Twenty-Five Child
Template:   twentytwentyfive
Version:    1.0.0
*/

figure.wp-block-image,
figure.wp-block-image.alignwide {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

figure.wp-block-image img,
.wp-block-post-content img,
.entry-content img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block;
}

body {
  overflow-x: hidden;
}
