.page-node-type-session .page-title::before,
.node--type-session.node--view-mode-teaser .node__title a::before,
.node--type-session.node--view-mode-inline .node__title a::before,
label[for="content-type-session"]:before {
   content: url('../../users-rectangle-solid.svg');
   width: 0.9em;
   display: inline-block;
}


.page-node-type-presentation .page-title::before,
.node--type-presentation.node--view-mode-teaser .node__title a::before,
.node--type-presentation.node--view-mode-inline .node__title a::before,
label[for="content-type-presentation"]:before{
	content: url('../../person-chalkboard-solid.svg');
   width: 0.9em;
   display: inline-block;
}