.img-responsive {
	max-width: 100%;
	height: auto;
}

.embed-responsive {
	position: relative;
	width: 100%;
}
.embed-responsive-1x1 {
	--bs-aspect-ratio: 100%;
}

.embed-responsive-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}

.embed-responsive-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}

.embed-responsive-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%);
}

.pull-left {
	float: left !important;
}
.embed-responsive-1by1 {
	--bs-aspect-ratio: 100%;
}
.embed-responsive-4by3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}
.embed-responsive-16by9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.embed-responsive-21by9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%);
}
.embed-responsive::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.embed-responsive > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-tiny > :not(caption) > * > * {
  border-bottom-width: 0;
}
