

.works-item {
	transition: all 300ms ease-out;
}
.works-item.hidden {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

