.anam-vg-thumb-wrap {
	position: relative;
	display: inline-block;
}

.anam-vg-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 50%;
	pointer-events: none;
}

.anam-vg-play-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #fff;
}

.anam-vg-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
}

.anam-vg-modal.is-open {
	display: block;
}

.anam-vg-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
}

.anam-vg-modal__content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	margin: 5vh auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anam-vg-modal__video {
	max-width: 90vw;
	max-height: 90vh;
	background: #000;
}

.anam-vg-modal__close {
	position: absolute;
	top: -40px;
	right: 0;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

body.anam-vg-modal-open {
	overflow: hidden;
}
