/* === PAUMC Livestream Styles === */
#paumc-livestream-container {
  margin: 0 auto;
}
#paumc-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

#paumc-livestream-container p {
  text-align: center;
  padding: 1rem;
  color: white;
}

#paumc-video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
