.video-simple__wrapper iframe {
  border-radius: 20px;
}

.video-simple__wrapper {
  .placeholder {
    cursor: pointer;
    width:fit-content;
    height:100%;
    position: relative;

    &::after {
      position: absolute;
      top: 0;
      content:"";
      display: block;
      width:100%;
      height:100%;
      background-image: url("../../images/video/play-button-4210.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 50px 50px;
    }
  }
}