.VideoBlockIframe {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.VideoBlockIframe_container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  cursor: pointer;
}
.VideoBlockIframe_container-img,
.VideoBlockIframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VideoBlockIframe_container-img > img,
.VideoBlockIframe_container iframe > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VideoBlockIframe_container-img > i,
.VideoBlockIframe_container iframe > i {
  width: 50px;
  height: 57px;
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 25px);
  color: #ffffffd1;
}
