* {
	box-sizing: border-box;
	scroll-behavior: smooth;
	transition:
		background-color 0.4s ease,
		transform 0.4s ease,
		top 0.4s ease,
		right 0.4s ease,
		padding 0.3s ease,
		width 0.3s ease;
}


a {
	outline: none;
}


/* SPECIAL ON HOVER IMAGE ELEMENT */
.elmImageHover {
	z-index: 999;
	position: absolute;
	object-fit: cover;
	pointer-events: none;
}