img {
	object-fit: cover;
}
a {
	color: currentColor;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	text-decoration: none;
	color: currentColor;
	opacity: 0.7;
}

/* CLEAR FLOAT CONTAINER BOOTSTRAP */
.container::before,
.container::after {
	content: "";
	display: table !important;
}
.container::after {
	clear: both !important;
}

ul {
	list-style-type: none;
}
