/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 01:29:10 */
.institutional-video_who-we-are {
  position: relative !important;
}

@media (max-width:1024px) {
	.institutional-video_who-we-are .video-click-overlay {
		position: absolute;
		inset: 0;
		background: rgb(21 21 21 / 58%);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 5;
		transition: opacity 0.3s 
	ease;
		width: 100%;
		margin: auto;
	}
	
	.institutional-video_who-we-are .video-click-overlay .play-icon svg {
        width: 42px;
        pointer-events: none;
        pointer-events: none;
        height: 42px;
        color: white;
        filter: drop-shadow(0 0 8px rgb(243 219 37));
	}
}

@media (min-width:1025px) {
	.institutional-video_who-we-are .video-click-overlay {
		position: absolute;
		inset: 0;
		background: rgb(21 21 21 / 58%);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 5;
		transition: opacity 0.3s 
	ease;
		width: 1216px;
		margin: auto;
	}
	
	.institutional-video_who-we-are .video-click-overlay .play-icon svg {
        width: 80px;
        pointer-events: none;
        pointer-events: none;
        height: 80px;
        color: white;
        filter: drop-shadow(0 0 8px rgb(243 219 37));
	}
}


.institutional-video_who-we-are .video-click-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}


