.img-wrap {
	width: 180px;
	height: 250px;
	max-width: 100%;
	position: relative;
	pointer-events: none;
}

.img-drag {
	cursor: grab;
}

.img-drag {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	will-change: transform;
}

.img-trail {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	will-change: transform;
}
