.layout-imgTitle{
	aspect-ratio: 4/2;
	overflow: hidden;
	max-width: 50%;
}
.layout-imgTitle .servicelink-inner{
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	position: relative;
}
.layout-imgTitle .servicelink-image{
	width: 100%;
	display: block;
	background: #f4f4f4;
	height: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	left: 50%;
	top:50%;
	translate: -50% -50%;
	z-index: 1;
}
.layout-imgTitle picture.servicelink-image{
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	width: 100%;
	aspect-ratio: 1/1;
}
.layout-imgTitle picture.servicelink-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
} 
.layout-imgTitle  .servicelink-heading {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	left: 50%;
	top:50%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	translate: -50% -50%;
	z-index: 3;
	padding-bottom: 100px;
	margin: 0;
	text-align: center;
}

.layout-imgTitle .servicelink-heading, .layout-imgTitle .servicelink-heading a {
	line-height: 35px;
}


.layout-imgTitle .servicelink-content{
	display: block;
	padding-bottom: 100px;
}
h2.servicelink-heading:after{
	content: "";
	width: 50px;
	height: 50px;
	background: url('images/vgolf-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	left:50%;
	translate: -50% 0;
}
.servicelink-inner-overlay{
	width: 100%;
	display: block;
	height: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	left: 50%;
	top:50%;
	translate: -50% -50%;
	z-index: 2;

}
.layout-imgTitle.grid-twocol .servicelinks-grid li.servicelink-wide{
	width: 100%;
	aspect-ratio: 2/1;
}

.servicelink-wide .servicelink-inner,
.servicelink-wide picture.servicelink-image,
.servicelink-wide .servicelink-heading,
.servicelink-wide .servicelink-inner-overlay {
	aspect-ratio: 2/1;
	width: 100%;
	grid-column: span 2;
}
.layout-imgTitle.grid-threecol .servicelinks-grid h2.servicelink-heading{
	font-size: 1.1em;
	padding-bottom: 80px;
}
.layout-imgTitle.grid-threecol .servicelinks-grid h2.servicelink-heading:after{
	width: 80px;
	height: 44px;
	content: "";
}
.layout-imgTitle.grid-fourcol .servicelinks-grid h2.servicelink-heading{
	font-size: 0.8em;
	padding-bottom: 60px;
}
.layout-imgTitle.grid-fourcol .servicelinks-grid h2.servicelink-heading:after{
	width: 80px;
	height: 34px;
	content: "";
}