span.speaker__about{
	display: none;
}

/*MODAL SPEAKER*/
.modal-title{
	float:left;
	margin: 30px 15px 0;
}
.modal-body{
    max-height: 550px;
    overflow-y: scroll;
}
.modal-title::after{
	content: '';
	display: block;
	height: 2px;
	width: auto;
	margin: auto;
	background: #3498db;
}
.photo_modal-circle{
	border-radius: 50%;
    width: 140px;
	height: 140px;
    overflow: hidden;
    float: left;
    position: relative;
    left: 0%;
    margin-bottom: 10px;
}
.photo_modal-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.photo_modal-round{
	width: 140px;
	height: 140px;
}

/*MEDIA*/
@media(max-width: 767px){
	.modal-body{
		max-height: 450px;
	}
}
@media(max-width: 500px){
	.modal-body{
		max-height: 400px;
	}
}
@media(max-width: 450px){
	.modal-body{
		max-height: 300px;
	}
}
@media(max-width: 350px){
	.modal-body{
		max-height: 250px;
	}
}