.yt-popup-wrapper {
  text-align: center;
  display: inline-block;
  position: relative;
}

.yt-popup-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.yt-popup-thumb img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}

.yt-popup-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 20px;
}

#yt-popup-overlay {
  display: none;
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#yt-popup-overlay iframe {
  width: 80vw;
  height: 45vw;
  max-width: 960px;
  max-height: 540px;
  border: none;
}
.zamknij-btn {
	
}