.youtube-placeholder {
  position: relative;
  width: 100%;
  height: 315px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 14px;
  flex-direction: column;
}


.youtube-placeholder p {
  margin: 10px 0;
}
