@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 767px) {
	.result-catalog .readon a {
		display: block;
		height: inherit;
		text-align: center;
	}
	.result-catalog .figure{
		margin-top:0.5rem;
	}
	.result-catalog .figure:first-of-type{
		margin-top:0;
	}
}