.fes-vk-facade {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 426px;
  aspect-ratio: 16 / 9;
  background: #1a1a2e;
  cursor: pointer;
  overflow: hidden;
  vertical-align: top;
}

.fes-vk-facade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fes-vk-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.fes-vk-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
