/* MODAL */
@media screen {
	._bd_blurred {
		filter:blur(1em);
		}
	._bd_modal-open:hover {
		cursor:pointer;
		}
	._bd_modal-outer {
		display:none;
		position:fixed;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		z-index:+9999;
		overflow-x:hidden;
		overflow-y:auto;
		}
	._bd_modal-inner {
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		
		position:relative;
		width:100%;
		height:100%;
		}
	._bd_modal-inner {
		padding:2rem;
		}
	/* X close button */
	#_bd_modal-close {
		cursor:pointer;
		position:absolute;
		top:-24px;
		right:-8px;
		font-size: 3em;
		}
	.fa-stack {
		height:initial !important;
		width:initial !important;
		line-height:initial !important;
		}
	#_bd_modal-close .fa-circle:first-child {
		color:#000;
		}
	#_bd_modal-close .fa-circle:nth-child(2) {
		position:relative;
		top:-5px;
		left:1px;
		color:#000;
		opacity:0.45;
		}
	
	/* content */
	._bd_modal-content-wrap {
		position:relative;
		max-width:600px;
		}
	._bd_modal-content {
		background-color:#fff;
		padding:1.5rem;	
		}
	._bd_modal-content #youtube-player {
		width:100%;
		height:100%;
		}
} @media screen and (max-width:600px) {
	
} @media screen and (min-width:601px) {
	._bd_modal-content {
		padding:2rem;
		}
} @media screen and (min-width:840px) {
	._bd_modal-content {
		padding:4rem;
		}
}
