.mouse-image-trail {
	height: 300px;
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	isolation: isolate;
}

.content__img {
	max-width: 250px !important;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	will-change: transform;
}