.fade {
	animation-name: fade;
	animation-duration: 3s;
}
.img-cov {
	max-width: 900px;
	width: 100%;
	height: 100%;
	margin: 15px auto !important;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.img-cov.m {
	max-width: 300px;
}
