.video-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.video-player {
  width: 100%;
  height: 500px;
  display: block;
}

.video-placeholder {
  padding: 50px;
  background: #f4f4f4;
  text-align: center;
}
