
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {




.venue-tab:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.2);/* THIS IS WHAT EVER OVERLAY COLOUR YOU WANT */
    top: 0;
    left: 0;

}

.venue-tab:hover::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.92);/* THIS IS WHAT EVER OVERLAY COLOUR YOU WANT */
    top: 0;
    left: 0;
}

.venue-tab img{
	position: relative;
	z-index: 2;
}

.venue-tab .venue-info{ 
    width: auto !important;
	max-width: 100% !important;
	position: relative;
	z-index: 2;
}
}
