.blog-content figure img {
  border-radius: 10px;
}

.blog-content .gallery img,
.blog-content .justified-gallery img {
  border-radius: 0;
}

.blog-content figure.image-stretched {
  width: calc(100vw - 4rem);
  max-width: 1600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.blog-content figure.image-stretched img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.blog-content figure.image-stretched figcaption {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .blog-content figure.image-stretched {
    width: 100vw;
  }
}
