.video_Bx .videoDiv{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	padding: 50px 0px;
	position: relative;
}
 
	.video-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
   
}
  
 
 .video-btn img {
	 position: relative;
	 z-index: 3;
	 max-width: 100%;
	 width: auto;
	 height: auto;
}
 .video-btn span {
	 display: block;
	 position: relative;
	 z-index: 3;
	 width: 0;
	 height: 0;
	 border-left: 23px solid var(--border-color);
	 border-top: 15px solid transparent;
	 border-bottom: 15px solid transparent;
   left:3px;
}
 .fancybox-button{background:#fff !important;color:#0d2187 !important}
 

@media (max-width:767px) {
	 
	.video_Bx .video-sec {
		padding: 0px 20px
	}
	.video_Bx .videoDiv{
		min-height: 330px !important;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.video_Bx .videoDiv{
		min-height: 450px !important;
	}
}

@media (min-width:1400px) {
	.video_Bx .videoDiv{
		min-height: 65vh;
	}
}


