.single .wp-block-post-featured-image svg, .page .wp-block-post-featured-image svg {
  max-width: 100%;
  height: auto;
}
.single .wp-block-post-featured-image button.svg-play-pause-button, .page .wp-block-post-featured-image button.svg-play-pause-button {
  height: 36px;
  width: 36px;
  background: rgba(255, 255, 255, 0.4705882353);
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  backdrop-filter: blur(2px);
}
.single .wp-block-post-featured-image .control-centered-small-icon, .page .wp-block-post-featured-image .control-centered-small-icon {
  width: 18px;
  color: var(--wp--custom--text--primary);
  opacity: 0.65;
}

/*# sourceMappingURL=core-post-featured-image.css.map */
