/*--------- Photo -----------------------------*/
.Album-tile {
	display: block;
	text-align: left;
	text-decoration: none;
	color: var(--textLight);
}

.Album-tile h4 {
	text-align: center;
}

.Album-FolderBase,
.Album-tile-KeyPhoto,
.Album-FolderFront,
.Album-FolderClose {
	height: 214px;
}

.Album-FolderBase {
	overflow: hidden;
}

.Album-tile-KeyPhoto {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding-top: 24px;
}


.Album-FolderFront,
.Album-FolderClose {
	position: relative;
	bottom: 238px;
}

.Album-tile-KeyPhoto img {
	position: relative;
	max-width: 178px;
	max-height: 114px;
}



figure {
	margin: 0;
}

.gridzySkinClassic>.gridzyItem,
.gridzySkinClassicLight>.gridzyItem {
	overflow: hidden;
}

.gridzySkinClassic .gridzyImage,
.gridzySkinClassicLight .gridzyImage {
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.gridzySkinClassic .gridzyCaption,
.gridzySkinClassicLight .gridzyCaption {
	margin: 0;
	padding: 1em;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	box-sizing: border-box;
	transition: transform .5s;
	transform: translateY(100%);
}

.gridzySkinClassic>.gridzyItem:hover .gridzyCaption,
.gridzySkinClassicLight>.gridzyItem:hover .gridzyCaption {
	transform: translateY(0);
}

.gridzySkinClassic .gridzyCaption, .is-compact .fancybox__footer {
	background: var(--color0) !important;
	color: var(--textLight);
	backdrop-filter: blur(4px) brightness(80%) saturate(82%);
}

.gridzyCaption h5 {
	font-size: medium;
	font-weight: 400;
}

.gridzyCaption p {
	font-size: small;
}

.fancybox__caption {
	color: var(--textLight) !important;
}

.fancybox__caption h5 {
	font-size: large;
	font-weight: 400;
	margin: 4px 0 0 0;
}

.fancybox__caption p {
	font-size: medium;
	margin: 4px 0 0 0;
}



.fancybox__backdrop,
.f-button {
	background: var(--color0) !important;
	backdrop-filter: blur(6px) brightness(80%) saturate(82%);
	/* --f-button-color: #f5f5f5; */

}


.f-button, .fancybox__infobar {
	color: var(--color6) !important;
	box-shadow: none !important;
}

.f-button:hover {
	color: var(--accent2) !important;
}

.Gallery-Menu {
	text-align: right;
	padding: 0 0 18px 0;
}

.Gallery-ChangeView {
	background: none;
	border: none;
	padding: 0 0 0 14px;
}

.Gallery-ChangeView .icons {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
}

.Gallery-ChangeView svg:nth-child(1) {
	display: none;
}


.ActiveGrid svg:nth-child(1) {
	display: inline-block;
}

.ActiveGrid svg:nth-child(2) {
	display: none;
}

.Page-Photo-wrapper {
    padding: 0 0 80px 0;
}

.Page-Photo-wrapper figure {
    text-align: center;
}


.Page-Photo-wrapper figure figcaption{
    display: none;
}


@media screen and (min-width:769px) {

	.Album-tile-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 24px;
	}

    .Page-Photo-wrapper figure img{
        max-height: 50vh;
    }

}

@media screen and (max-width:768px) {}