.layout-team.standard-team-layout{
	aspect-ratio: 1/1;
	overflow: hidden;
	max-width: 50%;
}
.layout-team.standard-team-layout .team-inner{
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	position: relative;
}
.layout-team.standard-team-layout .team-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-team.standard-team-layout picture.team-image{
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	width: 100%;
	aspect-ratio: 1/1;
}
.layout-team.standard-team-layout picture.team-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
} 
.layout-team.standard-team-layout  .team-inner-content{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom:0%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	translate: -50% 0%;
	z-index: 3;
	padding-bottom: 70px;
	margin: 0;
	text-align: center;
	flex-wrap: wrap;
}
.layout-team.standard-team-layout .team-inner-content h2{
	width: 100%;
	margin: 2px 0;
	display: block;
	text-shadow: var(--hard-shadow);
	font-weight: 600;
}
.layout-team.standard-team-layout .team-inner-content p{
	width: 100%;
	margin: 2px 0 6px;
	display: block;
	text-shadow: var(--hard-shadow);
	font-weight: 600;
}

.standard-team-layout .team-inner-content:after{
	content: "";
	width: 50px;
	height: 40px;
	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;
}
.standard-team-layout .team-inner-overlay{
	width: 100%;
	display: block;
	height: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	left: 50%;
	top:50%;
	translate: -50% -50%;
	z-index: 2;
	opacity: 0.6;
	mix-blend-mode: overlay;
}

.grid-threecol .standard-team-layout .team-inner-content h2.team-heading{
	font-size: 1.5em;
}
.grid-threecol .standard-team-layout .team-inner-content{
	padding-bottom: 80px;
}
.grid-threecol .standard-team-layout .team-inner-content h2.team-heading:after{
	width: 40px;
	height: 34px;
	content: "";
}
.grid-fourcol .standard-team-layout .team-inner-content h2.team-heading{
	font-size: 1.2em;
}
.grid-fourcol .team-inner-content{
	padding-bottom: 60px;
}

.grid-fourcol .standard-team-layout .team-inner-content h2.team-heading:after{
	width: 40px;
	height: 34px;
	content: "";
}


.overlap-team-layout.layout-team{
	max-width: 50%;
}
.overlap-team-layout.layout-team .team-inner{
	width: 100%;
	position: relative;
}
.overlap-team-layout.layout-team .team-image{
	width: 100%;
	display: block;
	background: #f4f4f4;
	height: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	left: 50%;
	top:0%;
	translate: -50% 0%;
	z-index: 1;
}
.overlap-team-layout.layout-team picture.team-image{
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	width: 100%;
	aspect-ratio: 1/1;
}
.overlap-team-layout.layout-team picture.team-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
} 
.overlap-team-layout.layout-team  .team-inner-content{
	width: calc(100% - 40px);
    position: relative;
    left: 50%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    translate: -50% -50%;
    z-index: 3;
    padding: 30px;
    padding-bottom: 70px;
    margin: 0 0 -25%;
    text-align: center;
    flex-wrap: wrap;
    box-shadow: var(--standard-shadow);
}
.overlap-team-layout.layout-team .team-inner-content h2{
	width: 100%;
	margin: 2px 0;
	display: block;
	font-weight: 600;
}
.overlap-team-layout.layout-team .team-inner-content p{
	width: 100%;
	margin: 2px 0 6px;
	display: block;
	font-weight: 600;
}

.overlap-team-layout .team-inner-content:after{
	content: "";
	width: 50px;
	height: 40px;
	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;
}
.overlap-team-layout .team-inner-overlay{
	width: 100%;
	display: block;
	height: 100%;
	aspect-ratio: 1/1;
	position: absolute;
	left: 50%;
	top:50%;
	translate: -50% -50%;
	z-index: 2;
	opacity: 0.6;
	mix-blend-mode: overlay;
}

.grid-twocol .overlap-team-layout.layout-team  .team-inner-content{
    margin: 0 0 -11%;
}
.grid-threecol .overlap-team-layout .team-inner-content h2.team-heading{
	font-size: 1.5em;
}
.grid-threecol .overlap-team-layout .team-inner-content{
	padding-bottom: 80px;
}
.grid-threecol .overlap-team-layout .team-inner-content h2.team-heading:after{
	width: 40px;
	height: 34px;
	content: "";
}
.grid-fourcol .overlap-team-layout .team-inner-content h2.team-heading{
	font-size: 1.2em;
}
.grid-fourcol .overlap-team-layout .team-inner-content{
	padding-bottom: 60px;
}

.grid-fourcol .overlap-team-layout .team-inner-content h2.team-heading:after{
	width: 40px;
	height: 34px;
	content: "";
}