.ratio-1x2 {
  --bs-aspect-ratio: calc(1 / 2 * 100%);
}

.ratio-7x6 {
  --bs-aspect-ratio: calc(6 / 7 * 100%);
}

.ratio-14x6 {
  --bs-aspect-ratio: calc(6 / 14 * 100%);
}

.image-container-14x6 {
  position: relative;
  width: 100%;
  padding-bottom: 42.8571428571%;
  overflow: hidden;
}
.image-container-14x6 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-container-4x3 {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.image-container-4x3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
