/*#overlay3 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1009;
	background-image: url(/public_html/images/scanlines/scanlinever.mp4);
	background-repeat: repeat;
	background-position: 0 0;
	opacity: 0.5;
	animation-name: Static;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(4);
}*/

#imagelinks {
    width: 100%;
    table-layout: fixed;
}
.TitleImage{
	height: auto !important;
	width: 38vw !important;
}


