.magnifier {
  position: relative;
  overflow: visible !important;
}

.magnifier-cursor,
.magnifier-view {
  width: 220px;
	height: 220px;
  position: absolute;
  z-index: 99;
	display: none;
}

.magnifier-cursor {
	background: rgba(0, 0, 0, 0.2);
}

.magnifier-view {
  left: calc(100% + 16px);
  top: 0;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), inset 0 0 40px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
	background-repeat: no-repeat;
}
