.lg-container {
	max-width: 550px;
	position: relative;
	margin: 1rem;
	padding: 0;
}

.lg-image {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: scale-down;
}

.lg-hotspot {
	position: absolute;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.lg-hotspot:hover .lg-hotspot__button,
.lg-hotspot:active .lg-hotspot__button {
	opacity: 0.4;
}
.lg-hotspot:hover .lg-hotspot__button:after,
.lg-hotspot:active .lg-hotspot__button:after {
	background-color: #ff774c;
}
.lg-hotspot--selected {
	z-index: 999;
}
.lg-hotspot--selected .lg-hotspot__label {
	opacity: 1;
}
.lg-hotspot__button {
	width: 20px;
	background-color: #903618;
	padding: 10px;
	z-index: 999;
	text-align: center;
	cursor: pointer;
}
.lg-hotspot__button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	content: "";
	display: block;
}
.lg-hotspot__label {
	position: absolute;
	padding: 0 0 1.1em 0;
	width: 30vw;
	max-width: 500px;
	background-color: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: -1;
	pointer-events: none;
	border-radius: 2px;
	user-select: none;
	opacity: 0;
	transition: all 0.1s linear;
}
.lg-hotspot__label p {
	font-size: 14.5px;
	line-height: 1.45em;
}
.lg-hotspot__label h4 {
	margin: 0;
	padding: 0.65em 24px;
	background-color: #555;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: white;
	border-radius: 2px 2px 0 0;
}
.lg-hotspot__label p {
	margin: 0;
	padding: 1.1em 24px 0 24px;
	color: #333;
}

.lg-hotspot__label.right {
	right: 0;
}

.lg-hotspot__label.bottom {
	bottom: 40px;
}

.lg-hotspot .material-icons-outlined {
	position: absolute;
	left: 0;
	top: 0;
	padding: 7px;
	background: #903518;
	pointer-events: none;
	display: none;
}

.lg-hotspot--selected .material-icons-outlined {
	display: block;
}
