.youtube-video-gallery-plugin-white{
  position:relative;
  padding:10px;
  display: inline-block;
  width: 100%;

	-moz-box-shadow:    0 1px 8px #4E4E4E;
	-webkit-box-shadow: 0 1px 8px #4E4E4E;
	box-shadow:         0 1px 8px #4E4E4E;

    /*rounded border*/
	-moz-border-radius:       10px;
	-webkit-border-radius:    10px;
	border-radius:            10px;

  background-color:#E4E4E4;
  margin:20px;
}

.youtube-video-gallery-plugin-black{
  position:relative;
  padding:10px;
  display: inline-block;
  width: 100%;

    /*shadow*/
	-webkit-box-shadow: 0px 25px 15px -18px rgba(0, 0, 0, 0.7);
	box-shadow: 		0px 25px 15px -18px rgba(0, 0, 0, 0.7);

    /*rounded border*/
	-moz-border-radius:       4px;
	-webkit-border-radius:    4px;
	border-radius:            4px;

  background-color:#161616;
  margin:20px;
}

.video_gallery_plugin{
  position:relative;
  padding-bottom:56.25%;
/* 16/9 ratio 52.25*/
  padding-top:30px;
/* IE6 workaround*/
  height:0;
  overflow:hidden;
  z-index:101;
  border:none;
}

.video_gallery_plugin iframe,.video_gallery_plugin object,.video_gallery_plugin embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline:0;
  outline:none;
  overflow:hidden;
}

.entry-content br {
  display: none;
}