@charset "utf-8";
/*------------------------------------------------------------
	machines
------------------------------------------------------------*/
#machine-lists table.spec td:last-child {
	padding: 5px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#machine-gallery .machine .machine-image-wide,
	#machine-gallery .machine .machine-row .machine-image-small {
		aspect-ratio: 375 / 214;
	}
	#machine-gallery .machine .machine-image-wide img,
	#machine-gallery .machine .machine-row .machine-image-small img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}