.noel-umc-latest-video {
  max-width: 100%;
  margin: 20px 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.noel-umc-latest-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.noel-umc-video-error {
  padding: 20px;
  background-color: #f8f9fa;
  border-left: 4px solid #dc3545;
  border-radius: 4px;
  color: #721c24;
  margin: 20px 0;
}

.noel-umc-video-error p {
  margin: 0;
}
