@charset "utf-8";
/* CSS Document */

/* YouTube player styles */
.youtube-player, .youtube-playlist-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
}

.youtube-player iframe, .youtube-playlist-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img, .youtube-playlist-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.youtube-player img:hover, .youtube-playlist-player img:hover { -webkit-filter: brightness(75%); }

.youtube-player .play, .youtube-playlist-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://cdn-image.staticsfly.com/i/videos/play.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.youtube-player .play.small-icon, .youtube-playlist-player .play.small-icon {
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
}


.video-player-youtube, .video-player-youtube-playlist { width: 100%; z-index: 1; }

@media screen and (max-width: 736px) { /* iPhone 6+ Portrait width */
.video-player-youtube iframe, .video-player-youtube-playlist iframe { width: 375px; height: 210px; }
}

@media screen and (max-width: 360px) {
  .video-player-youtube iframe, .video-player-youtube-playlist iframe { width: 360px; height: 203px; }
}

@media screen and (max-width: 320px) {  
  .video-player-youtube iframe, .video-player-youtube-playlist iframe { width: 320px; height: 180px; }
}
