.author-bio-bottom{
	background: #151619;
	border-radius: 17px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	max-width: 780px;
	width: 100%;
	padding-bottom: 20px;
	margin: 0 auto;
}

.author-bio-bottom .author-bio-pic-bottom{
	width: 97px;
	height: auto;
	max-width: inherit;
}

.author-bio-bottom .wrap-author-description{
	border-left: 1px solid #222526;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -1%;
	line-height: 1.6;
	padding-left: 30px;
	max-width: 440px;
}

.author-bio-bottom .wrap-picture-name{
	max-width: 300px;
	width: 100%;
}

.author-bio-bottom .author-meta-data{
	width: 100%;
	max-width: 150px;
}

.author-bio-bottom .author-bio-name{
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}

.author-bio-bottom .author-bio-short-description{
	font-size: 14px;
	color: #bfbfbf;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 790px) {
	.author-bio-bottom-structure{
		display: block !important;
	}

	.author-bio-bottom .wrap-picture-name{
		margin: 0 auto;
	}

	.author-bio-bottom .wrap-author-description{
		border: 0;
		margin-top: 10px;
		padding: 0;
		text-align: center;
		max-width: 100%;
	}
}