/* Video Popup */
/*.vid-wrapper {
	 May be not needed - this is creating 20px of white space left to the Images on small - medium sized images
	margin-left: 20px;
}*/

.vid {
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.vid-slider {
	display: inline-block;
}

.vid .button {
	position: relative;
	margin-top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 9px;
	padding-bottom: 9px;
}

.vid i.icon-play {
	margin-left: 10px;
}

.vid::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

h2.vid-head {
	font-size: 20px;
	color: #333;
}

.video-popup.show-video {
	display: flex !important;
}


.text__button-flex {
	display: flex;
	align-items: flex-end;
}

.button--video {
	border: none;
	outline: none;
	background-color: transparent;
	min-width: auto;
	margin-top: 0 !important;
}

.button--video:hover {
	background-color: transparent !important;
}

@media (max-width: 992px) {
	.video-popup {
		top: auto;
		right: 0;
		bottom: -100px;
		left: 0;
		transform: none;
	}
}

@media (max-width: 768px) {
	.video-popup {
		bottom: 0;
	}

	.iframe-wrapper iframe {
		width: 100%;
		height: 200px;
	}
}


/* Video Popup */
.vid-slider.vid-slider-center {
	width: 100%;
	text-align: center;
}

.vid .button {
	position: relative;
	margin-top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 9px;
	padding-bottom: 9px;
	text-transform: none;
}

.vid i.icon-play {
	margin-left: 10px;
}

.vid .custom-link * {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.vid::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

h2.vid-head {
	font-size: 20px;
	color: #333;
}

.video-popup {
	position: fixed;
	/*top: 0;*/
	/* Sumesh 05112022 */
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 998;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	display: none !important;
}

.iframe-wrapper {
	position: relative;
	background-color: black;
}

.iframe-wrapper .close-video {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -30px;
	right: -25px;
	background-color: #7DCF2E;
	border-radius: 50%;
}

.iframe-wrapper .close-video:after {
	content: "";
	background-image: url(https://blockcerts.com/media/5290/icon-close.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
}

@media (max-width: 768px) {
	.iframe-wrapper iframe {
		width: 100%;
	}
}

.brandcertin .iframe-wrapper .close-video {
	background-color: #222704;
}

.imcertin-new .iframe-wrapper .close-video {
	background-color: #7DCF2E;
}

.marketcertin .iframe-wrapper .close-video {
	background-color: #222704;
}

.paycertin-new .iframe-wrapper .close-video {
	background-color: #03150B;
}

.signcertin-newdesign .iframe-wrapper .close-video {
	background-color: #03150B;
}

.vaultcertin-new .iframe-wrapper .close-video {
	background-color: #C541F3;
}

.shopcertin-new .iframe-wrapper .close-video {
	background-color: #47C3EF;
}

.meetcertin .iframe-wrapper .close-video {
	background-color: #8C55FF;
}

.teamcertin .iframe-wrapper .close-video {
	background-color: #A40840;
}

.healthcertin .iframe-wrapper .close-video {
	background-color: #1D2834;
}

.trackcertin .iframe-wrapper .close-video {
	background-color: #34A853;
}

.filecertin .iframe-wrapper .close-video {
	background-color: #E78CFD;
}

.trustenomics .iframe-wrapper .close-video {
	background-color: #495849;
}

.idcertin .iframe-wrapper .close-video {
	background-color: #2F7AEA;
}
        
        
/* Fix for overlapping image on Video Popup*/
.split-section-video-popup .item:nth-child(2) {
    z-index: unset !important;
}