@media screen and (min-aspect-ratio: 9/15) {
  .embed-responsive-9by16 {
  	width: 50%;
  	padding-bottom: 88.89%;
  	float: right;
  	margin: 0 0 1em 1.5em;
  }
  figure:has(div.embed-responsive-9by16) {
  	width: 50%;
  	float: right;
  	margin: 0 0 1em 1.5em;
  }
  figure .embed-responsive-9by16 {
  	width: auto;
  	padding-bottom: 177.78%;
  }
}