.block-type-embed_video {
  line-height:0; /* This fixes a weird white line at the bottom of the element */
}

.block-type-embed_video .vid-inner {
  position: relative;
}

.block-type-embed_video .vid-inner .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-white);
}
.block-type-embed_video .vid-inner .poster * {
  color: var(--color-white);
}

.block-type-embed_video video {
  width: 100%;
}

@media screen and (max-width:980px) {
  .block-type-embed_video .vid-inner .poster img {
    width: 30px;
    height: 30px;
  }
}
