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

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

ul {
	list-style-type: none;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #cccccc;
	letter-spacing: 0;
	font-family: inherit;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cccccc;
	letter-spacing: 0;
	font-family: inherit;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cccccc;
	letter-spacing: 0;
	opacity: 1;
	font-family: inherit;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc;
	letter-spacing: 0;
	font-family: inherit;
}
::-ms-input-placeholder {
	/*
Microsoft Edge */
	color: #cccccc;
	letter-spacing: 0;
	font-family: inherit;
}
::placeholder {
	/* Most modern browsers support this now. */
	color: #cccccc;
	letter-spacing: 0;
	font-family: inherit;
}
