
.section--team .ToRootV2 .headshot,
.section--team .torootv2 .headshot {
	width: auto;
}
/*.section--team .torootv2 .headshot {
	width: 140px;
}*/

.torootv2 .custom-wysiwyg img {
	/*max-width: none;*/
	/*height: auto;*/
}

#SingularContentV2-home_hero:has(.container--title hgroup:empty) .row.col-sm-12 { 
	margin-top: 0;
}

#SingularContentV2-home_hero:has(.container--title hgroup:empty) .custom-wysiwyg:has(p:empty) {
	width:100%;
	text-align:center;
}

#SingularContentV2-home_hero:has(.container--title hgroup:empty) .custom-wysiwyg:has(p:empty) a {
	margin-block-start: 0;
}

#SingularContentV2-home_hero .custom-wysiwyg img {
	height: auto;
}

#SingularContentV2-home_hero .custom-wysiwyg p:empty:has(+ a) {
	display: block;
}

#SingularContentV2-home_hero .custom-wysiwyg img:has(+p:empty ) {
	float: none;
}

#SingularContentV2-home_hero .custom-wysiwyg img:has(~*:not(a,em):not(:empty) ) {
    float: left;
}

#SingularContentV2-home_hero .custom-wysiwyg img:has(+em) {
	float:none;
	display:block;
}