#speaker-profile {
	min-height: calc(100vh - 353px)
}

.presentation-wrapper .fontBase {
	position: relative;
}

.presentation-wrapper .fontBase::after {
	content: '';
	position: absolute;
	width: 75%;
	height: 1px;
	background-color: #eee;
	left: 165px;
	top: 50%
}

.bg-cover {
	background-position: left;
}