/*** Images ***/



.img_wrapper {
	padding: 15px 0px;
}

@media (min-width: 1025px) {
	.img_wrapper {
		padding: unset;
		max-height: 400px;
	}
}

.image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}