@media only screen and (min-width: 480px) and (max-width: 767px){

	.timeline-view .entry-author{
		padding-right: 50%;
		clear: both;
	}
	.timeline-view.notfull .entry-format {
	    clear: none;
	    float: none;
	    margin-bottom: 15px;
	    margin-right: auto;
	}

	.timeline-view.notfull .entry-author {
	    margin-bottom: 15px;
	    padding-right: 50%;
	    clear: both;
	}
}