.wp-block-file-embed embed {
  width: 93.1428571429vw;
  max-width: 1140px;
  min-height: 73vw;
  display: block;
  margin: auto;
  margin-bottom: 3.4285714286vw;
}

@media only screen and (max-width: 600px) {
  .wp-block-file-embed embed {
    margin-bottom: 6vw;
  }
}
.wp-block-file {
  width: 92vw;
  margin: auto;
}

.wp-block-file a {
  display: none;
}

.wp-block-file * + .wp-block-file__button {
  display: inline-block;
  padding: 1em 2em;
  margin-left: 0 !important;
  font-size: 1rem;
}

@media only screen and (max-width: 600px) {
  .wp-block-file * + .wp-block-file__button {
    margin-top: 6vw;
  }
}
