/* BASED ON :
 * START Fast & Agile YouTube Embed by Schoberg.net
 */
.youtubeVideoLoader { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  clear:both;

}

.youtubeVideoLoader::before { /* play bubble */
  content: '';
  display:block;
  position: absolute;
  transition: all .1s ease;
  z-index:1;
}

.youtubeVideoLoader:hover::before { /* play bubble hover */

}

.youtubeVideoLoader::after { /* Play Triangle */
  content: '';
  position: absolute;
  z-index:2;
}
/* END Fast & Agile YouTube Embed by Schoberg.net */
/* Modal Styles */
#videoModalContainer{
	  width:100%;
	  padding: 0px;
	  top:0;
	  left:0;
}
.modal-content
{

}
.modal-body
{
	padding: 0px;
}
.modal-footer
{
	padding:1em;
	border-top: none;

}