/* BASED ON : 
 * START Fast & Agile YouTube Embed by Schoberg.net
 */
.youtubeVideoLoader { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center / cover; 
  padding-bottom: 56.25%; /* 16:9 */
  height: 0px;
  clear:both;
  margin-bottom: 10px;
  background:none !important
}

	.youtubeVideoLoader::before {
		content: '';
		background: none !important;
		height: 100px;
		width: 100px;
		display: block;
		border-radius: 100px;
		position: absolute;
		top: 31%;
		left: 50%;
		transition: all .1s ease;
		z-index: 1;
	}
#youtubeModal .modal-dialog {
	max-width: 810px;
	margin: 100px auto;
	height:600px;
}
.youtubeVideoLoader:hover::before { /* play bubble hover */
	background: none;
	box-shadow: none;
	width: 100px;
	height: 100px;
	margin: -54px 0 0 -50px;
}


/* END Fast & Agile YouTube Embed by Schoberg.net */
/* Modal Styles */
#videoModalContainer{
	  width:100%;
	  padding: 0px;
	  top:0;
	  left:0;
}
.modal-content
{
	background-color: #444;
}
.modal-body
{
	padding: 0px;
}
.modal-footer
{
	padding:1em;
	border-top: none;
	background-color: #444;
}