	#boxer-overlay.custom-overlay{
		background: none;
	}
	#boxer{
		background: rgba(0, 0, 0, 0.8);
		padding: 50px 80px 50px 80px;
	}
	#boxer.inline{
		padding: 50px 80px 50px 80px;
	}
	#boxer .boxer-container {
		background: rgba(0, 0, 0, 0.8);
	}
	#boxer .boxer-content {
		background: rgba(0, 0, 0, 0.8);
	}
	#boxer .boxer-close {
		background: #959595;
		top: 15px;
		right: 10px;
		width: 25px;
		height: 25px;
	}
	#boxer .boxer-close:before {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		line-height: 25px;
	}
	.boxer-video{
		border: none;
	}

	#boxer video{
		background: rgba(0, 0, 0, 1);
	}

	#boxer.inline .boxer-content {
		overflow: visible;
	}
	#boxer.inline .boxer-container {
		overflow: visible;
	}
	#boxer.inline .boxer-meta .previous {
		margin-top: 120px;
		left: -55px;
	}
	#boxer.inline .boxer-meta .next {
		margin-top: 120px;
		right: -55px;
	}
	#boxer {
		box-shadow: none;
	}
