.rc-video-shortcode {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .rc-video-shortcode {
    aspect-ratio: 9 / 16;
  }
}
