.page-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

article {
  margin-bottom: 20px;
}

.page-article h1 {
  margin: 20px 0;
}

article figure {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

article figure > div {
  height: auto;
  width: 100%;
}

article figure > div > div {
  height: auto;
  width: 100%;
  padding: 25%;
}

article figure > div > div > iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.wp-block-embed__wrapper > iframe {
  width: 96%;
  height: 540px;
}

@media (max-width: 960px) {
  .page-img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .wp-block-embed__wrapper > iframe {
    max-height: 330px;
  }
}

@media (max-width: 560px) {
  .page-img {
    height: 200px;
  }

  .wp-block-embed__wrapper > iframe {
    max-height: 220px;
  }
}
