/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */

.hb-magnify {
	position: relative;
}
.hb-magnify .hb-magnify__large {
	width: 208px;
	height: 208px;
	position: absolute;
	border-radius: 100%;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.29), 0 0 0 5px #fff, 0 3px 6px 4px rgba(0, 0, 0, 0.5);
	/*hide the glass by default*/
	display: none;
}
