@media only screen and (max-width: 320px) {
	.prev-next-news{
		display: table-cell;
		width: 320px;
		max-width: 100% !important;
	}
}