@media only screen and (max-width: 576px) {
	.author-info{
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	
	.author-img-wrapper{
		float: unset;
	}

	.author-info .ai-info{
		text-align: center;
		margin-left: unset;
		margin-right: unset;
	}
	
	.author-info .ai-info h5{
		margin-top: 10px !important;
	}

}