.imagecard {
	position: relative;
	overflow: hidden;
	line-height: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	z-index: 0 !important;
}
.imagecard > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}