.opacity-0 {
	opacity: 0 !important;
}

.hover\:opacity-1:hover {
	opacity: 1 !important;
}

