.responsive-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

.responsive-image {
  width: 100%;
  height: auto;
}