.side-by-side-strict-width {
  display: flex;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.side-by-side-strict-width .image-wrapper {
  flex: 1 1 0;
}

.side-by-side-strict-width img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

img,
video {
  border-radius: 12px;
}

.nav-folder-title[data-path^="_"] {
  display: none;
}
