.shelter-item img {
	width: 100%;
/*	max-height: 450px;*/
/*	object-fit: cover;*/
}

.shelter-item + .shelter-item {
	border-top: 1px dotted #999;
	padding-top: 20px;	
}

/*@media screen and (max-width: 480px) {*/
/*	.shelter-item img {*/
/*		max-height: 250px;*/
/*	}*/
/*}*/