.youtubebox>a {
position: relative;
}
.youtubebox .play {
	filter: alpha(opacity=80);
	opacity: .8;
	height: 77px;
	left: 50%;
	margin-left: -38px;
	margin-top: -38px;
	position: absolute;
	top: 50%;
	width: 77px;
	background: url(https://html-assets-prod.guideflow.com/1083bcb69f6f669af415a9bc4e1640184864d752) no-repeat;
}	
.youtubebox a.guideflow_hovered>.play {
	background: url(https://html-assets-prod.guideflow.com/7396cab8c80f6c13d53ef4cca4a388649801e609) no-repeat;
}
#youtubePop .modal-dialog {
      /*max-width: 800px;*/
      margin: 30px auto;
  }

#youtubePop .modal-body {
	position:relative;
	padding:0px;
	height: auto;
	overflow: inherit;
}
#youtubePop .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
#youtubePop .modal-content {
	padding: 0;
}
.card.emptyyoutubebox{
	background: none;
	box-shadow: none;
}