.site-content__sidebar.c6633 .team_mates>.title {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10%;
    margin-bottom: -5%;
}

/* TEASER */
.site-content__sidebar.c6633 .node-culture-staff.node-teaser {
    position: relative;
    float: left;
    margin-top: 10%;
    width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #dddddd;
}

.node-culture-staff.node-teaser  .overlay.filter {
	background-color: #ff4444; /* will be overwritten with team/collection colour in template */
	opacity: 0.5;
	display:none;
}
.node-culture-staff.node-teaser:hover  .overlay.filter {
	display:block;
}

.node-culture-staff.node-teaser .overlay.colour_wrap {
	background-color: #444444; /* will be overwritten with team/collection colour in template */
/*	top:initial;*/
	bottom:0;
	height: 46.914%; /* 190/405 */
}
.node-culture-staff.node-teaser:hover  .overlay.colour_wrap {
	background-color: transparent !important;
}

.node-culture-staff.node-teaser .overlay.colour_wrap .details {
	top:23.684%; /* 45/190 */
	color:#ffffff;
	text-align: left;
	width: 69.150%;
    padding: 0 5.925%; /* 24/405 */
}
.node-culture-staff.node-teaser:hover  .details {
	text-decoration:underline !important;
}
.node-culture-staff.node-teaser:hover  .overlay.bg {
	opacity: 0.5 !important;
}

.node-culture-staff.node-teaser  .overlay.black_wrap {
    background-color: #000000;
/*    top: initial;*/
    bottom: 0;
    height: 24.691%; /* 100/405 */
    color:#ffffff;
    text-align: left;
}
.node-culture-staff.node-teaser  .overlay.black_wrap .team_or_dept {
    padding: 0 25.679% 0  5.925%; /*     104/405 ,24/405*/
	width: 68.395%; /* 277/405 */
}
.node-culture-staff.node-teaser  .overlay.black_wrap .team_or_dept a {
    color:#ffffff;
}

.node-culture-staff.node-teaser   .linkbox {
/*	margin-top: 6.173%; /* 25/405 */
	margin-top: 4.938%; /* 20/405 */
	margin-right: 7.407%; /* 30/405 */
	width: 12.346%; /* 50/405 */
	padding-bottom: 12.346%; /* 50/405 */
	height:0;
}
.node-culture-staff.node-teaser:hover   .linkbox {
	background-image: url(../images/linkbox-white-on-black.png);
}




/* FULL */
.node-culture-staff.node-full .lhs {
	width: 52.353%; /* 445/850 */
	padding-bottom: 47.647%; /* 405/850 */
	height:0;
	float:left;
	background-color: #000000;
	color: #ffffff;
}
.node-culture-staff.node-full .lhs .inner {
	padding: 13.483% 8.5%; /* 60/445 ,38/445 */
	width: 83%;
}
.node-culture-staff.node-full .lhs .inner .email a {
	color:#ffffff;
}
.node-culture-staff.node-full .lhs .inner .team a {
	color:#ffffff;
}

.node-culture-staff.node-full .rhs {
	width: 47.647%; /* 405/850 */
	padding-bottom: 47.647%; /* 405/850 */
	height:0;
	float:right;
    background-color: #dddddd;
    overflow: hidden;
}
.node-culture-staff.node-full .rhs img {
    background-size: 100% 100%;
    width: 100%;
    height: auto;
}


.node-culture-staff.node-full .body {
	width: 100%;
	margin-top: 7%; /* 60/850 */
	float:left;
	color: #000000;
}


.node-culture-staff.node-full .social {
	position: relative;
	clear:both;
	width:100%;
	margin-top: 3%;
}

.node-culture-staff.node-full .social .icon {
	position: relative;
	float:left;
	width: 8.989%;/*40/445*/
	padding-bottom: 8.989%;/*40/445*/
	height: 0;
	margin-right: 1%;
}

.node-culture-staff.node-full .social .icon.twitter {
	background: #555555 url(../images/twitter-icon.png) 0 0 / 100% 100%;
}
.node-culture-staff.node-full .social .icon.linkedin {
	background: #555555 url(../images/linked-in-icon.png) 0 0 / 100% 100%;
}
.node-culture-staff.node-full .social .icon.googleplus {
	background: #555555 url(../images/google-plus-icon.png) 0 0 / 100% 100%;
}
