.fs-thumbnail-wrapper {
    position: relative;
    display: block;
  }
  
  .fs-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url('./video-play-button.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }
  