.penci-single-video {
	position: relative;
	display: inline-block;
	vertical-align: top;


	.penci-popup-video {
		display: block;
		transition: all 0.3s;

		img{
			display:block;
		}
	}

	.penci-pvideo-icon {
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
	}

	.fa {
		width: 80px;
		height: 80px;
		background: $color__white;
		text-align: center;
		border-radius: 50%;
		font-size: 24px;
		line-height: 80px;
		color: $color__blue;
		transition: all 0.3s;
		padding-left: 5px;
	}

	.penci-popup-video-inner{
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 600px;
		transform: translate( -50%, -50% );
		text-align: center;
		color:#fff;
	}

	.penci-popup-video-desc {
		font-size: 48px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 600px) {
	.penci-single-video .penci-popup-video-desc {
		display: none;
	}
}
