
.youtube-block {
  height: 550px;
}

@media screen and (max-width: 1000px) {
  .youtube-block {
    height: 55vw;
  }
}