.sp-poster {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
  pointer-events: none;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &--hidden {
    opacity: 0;
  }

}