.embedded-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.video-iframe {
  width: 100%;
  max-width: 840px;
  height: 476px;
  border: none;
}

.error-message {
  color: red;
  font-size: 16px;
  text-align: center;
}
