.pbmit-mask-video-style-2 .pbmit-heading-desc{
	color: var(--pbmit-digiwize-white-color);
	z-index: 3;
	font-size: 36px;
	line-height: 46px;
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.pbmit-mask-video-style-2 {
	display: flex;
	height: 600px;
	overflow: hidden;
	position: relative;
	text-align: center;
 } 
/* .pbmit-mask-video-style-2 svg{
	opacity: 0;
	position: fixed;
	z-index: -999;
} */
.pbmit-mask-video-style-2 video {
	-webkit-clip-path: url(#pbmit-clip);
	clip-path: url(#pbmit-clip);
	width: 100%;
	position: absolute;
	z-index: 1;
}
.pbmit-mask-video-style-2 svg text{
	font-size: 0.25px;
	text-transform: capitalize;
	margin-bottom: 0;
}
@media(max-width:1024px){
	.pbmit-mask-video-style-2{
		height: 500px;
		display: block;
	}
	.pbmit-mask-video-style-2 .pbmit-heading-desc{
		padding: 0px 0 0 30px;
	}
}
@media(max-width:991px){
	.pbmit-mask-video-style-2 .pbmitmove-text1{
		transform: translate(-40% ,10%);
	}
	.pbmit-mask-video-style-2 .pbmitmove-text2{
		transform: translate(40% ,10%);
	}
}
@media(max-width:767px){
	.pbmit-mask-video-style-2 svg{
		display: none;
	}
	.pbmit-mask-video-style-2 .pbmit-heading-desc{
		padding: 0;
		font-size: 26px;
		line-height: 36px;
		position: unset;
		transform:unset;
		top: 0;
		left: 0;
		margin-bottom: 35px;
	}
	.pbmit-mask-video-style-2 video{
		position: unset;
	}
	.pbmit-mask-video-style-2 {
		height: 100%;
	}
}