/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.gallery-body img {
  width: 100%;
}
.gallery-body video {
  width: 100%;
  height: auto;
}
.gallery-body iframe.media-oembed-content {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}