.avg-wrapper {
}
.avg-gallery {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin: 0 auto;
}
.avg-header {
	height: 15%;
}
.avg-content {
	height: 70%;
	position: relative;
}
.avg-content img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	cursor: zoom-in;
	border-radius: 8px;
}
.avg-nav {
	height: 15%;
}
.avg-nav-img {
	opacity: 75%;
	transition: 0.25s ease;
	border-radius: 8px;
	margin: 0 2px;
	height: calc(100% - 12px);
	object-fit: cover;
}
.avg-nav-img:hover {
	opacity: 100%;
	cursor: pointer;
}
.avg-desc {
}
.avg-img-item {
	transition: 0.25s ease;
}
.avg-img-hidden {
	opacity: 0;
}
.avg-img-active {
	opacity: 100%;
	z-index: 999;
}
#avg-fs {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	align-items: center;
	z-index: 99999;
}
#avg-fs a {
		cursor: pointer;
	}
#avg-fs-content {
	display: flex;
	width: 100%;
	height: 90%;
	overflow: hidden;
	justify-content: space-around;
}
#avg-fs-content img {
	display: block;
	width: 90%;
	max-width: 1280px;
	border-radius: 12px;
	object-fit: cover;
}
.avg-fs-icon {
	font-size: 48px;
	background: transparent;
	color: var(--c-75-bg);
	text-align: center;
}
.avg-fs-icon i {
	transition: 0.25s ease;
}
.avg-fs-close {
	position: fixed;
	top: .5%;
	right: .5%;
}
.avg-fs-left {
	position: fixed;
	top: 50%;
	left: .5%;
}
.avg-fs-right {
	position: fixed;
	top: 50%;
	right: .5%;
}
.avg-fs-icon i:hover {
	color: var(--c-h-bg);
}

.kfs {
	cursor: zoom-in;
}
#kfs-fs-content {
	overflow: hidden;
	margin: 0 auto;
}
#kfs-fs-content img {
	display: block;
	width: 90vw;
	max-width: 1280px;
	height: 90vh;
	border-radius: 12px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	#avg-fs-content {
		height: unset;
	}
}