/* ---- FRONT-END ---- */
#lvn-news-author-wrapper #lvn-news-author-image-content-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
}

#lvn-news-author-wrapper #lvn-news-author-image-content-wrapper #lvn-news-author-image-wrapper {
	display: inline-flex;
	flex-direction: column;
	width: 10%;
}

#lvn-news-author-wrapper #lvn-news-author-image-content-wrapper #lvn-news-author-image-wrapper .lvn-news-author-image-container {
	position: relative;
	height: 40%;
	width: 80%;
	border-radius: 50%;
}

#lvn-news-author-wrapper #lvn-news-author-image-content-wrapper #lvn-news-author-image-wrapper .lvn-news-author-image-container img {
	position: absolute;
	top: 0; 
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
	margin: 0;
}

#lvn-news-author-wrapper #lvn-news-author-image-content-wrapper #lvn-news-author-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 90%;
	font-family: 'Asap';
	font-size: 0.88889rem;
	line-height: 1;
	color: #000000;
}

#lvn-news-author-wrapper #lvn-news-author-image-content-wrapper #lvn-news-author-content-wrapper .lvn-news-author-name {
	font-weight: 500;
}

#lvn-news-author-wrapper #lvn-news-author-image-content-wrapper #lvn-news-author-content-wrapper .lvn-news-author-description {
	color: #959595;
}


/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}