/**
 * plg_content_pzvideos - responsive YouTube embed
 */
.pzvideo {
  width: 100%;
  margin: 1rem auto;
}

.pzvideo iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: #000;
}
