.ota__guest-speaker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ota__guest-details {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	padding-top: 10px;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ota__guest-item__title {
	margin-bottom: 5px;
}

.ota__guest-item__tags {
	margin-bottom: 10px;
}

.ota__guest-details .social {
	height: 40px;
}

.ota__guest-details .social i {
	line-height: 0;
	margin: 0 2px;
}

.ota__guest-details a {
	text-decoration: none;
}

.ota__guest-speaker:hover .ota__guest-details {
	opacity: 0.5;
}