/* works-01 */
.works-01 .image-wrapper {
	transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.works-01 .lt-tsr-content:hover .image-wrapper {
	transform: scale(1.1);
}
/* works-01 */