.thumb {
	background-size: cover;
	background-position-y: center;
}

.thumb_box {
	height: 180px;
}

.thumb_box_large {
	height: 380px;
}

@media (min-width: 768px) {
	.thumb_box {
		height: 300px;
	}
}