.yt-wrapper {
  overflow: hidden;
}

.yt-thumbnail {
  background-size: cover;
  background-position: center;
}

.yt-play-button {
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 4rem;

  &:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.95);
  }

  .yt-play-icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../img/play-circle-filled.svg") no-repeat center center;
    background-size: contain;
  }
}
