/* video embed player style ourside iframe */

/* DIV : common for both single and playlist player */
.video-embed-container {
  margin: 5px 0;
  text-align:center;
}

.video-embed-container iframe {
  width: 100%;
  height: 100%;
  border-style:none;
  margin:0 auto;
  width:100%;
  max-width:600px;
}

.embedded-video-single-player iframe{
  min-height:360px
}

.embedded-video-playlist-player iframe {
  min-height: 475px;
}


/* Iframe : common for both single and playlist player */
.wpb_videoplayer {

}

.video-single-player-iframe {

}

.video-playlist-player-iframe {

}


@media only screen and (max-width: 550px) {
.embedded-video-playlist-player iframe {width:400px!important;height:560px!important;min-height:560px}
  .embedded-video-single-player iframe {width:400px!important;height:225px!important;min-height:225px}
}
@media only screen and (max-width: 400px) {
.embedded-video-playlist-player iframe {width:316px!important;height:560px!important;min-height:560px}
.embedded-video-single-player iframe {width:316px!important;height:195px!important;min-height:195px}
}
@media only screen and (max-width: 340px) {
.embedded-video-playlist-player iframe {width:280px!important;height:560px!important;min-height:560px}
.embedded-video-single-player iframe {width:280px!important;height:185px!important;min-height:185px}
}
