
.vp-fancybox, .vp-pswp {
	--vp-popup__z-index: 1500;
	--vp-popup--thumbnails__size: 160px;
	--vp-popup--thumbnails__aspect-ratio: 10/7;
	--vp-popup--thumbnails__background-color: #1e1e1e;
	--vp-popup--thumbnails--items__border-color: var(--vp-color-brand);
	--vp-popup--thumbnails--scrollbar__size: 7px;
	--vp-popup--thumbnails--scrollbar-track__background-color: #1f1f1f;
	--vp-popup--thumbnails--scrollbar-thumb__background-color: #424242;
	--vp-popup--thumbnails--scrollbar-thumb__border-radius: 10px;
}

.vp-pswp {
	height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: var(--vp-popup__z-index);
}

.vp-pswp .pswp__caption {
	background-color: rgba(0, 0, 0, .75);
}

.vp-pswp .pswp__caption>div {
	color: #fff;
	font-size: 12px;
	max-width: 600px;
}

.vp-pswp .pswp__caption a, .vp-pswp .pswp__caption h3 {
	color: inherit;
}

.vp-pswp .pswp__caption a:hover {
	opacity: .8;
}

.vp-pswp .pswp__caption .vp-portfolio__item-meta-title {
	color: inherit;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0;
}

.vp-pswp .pswp__caption .vp-portfolio__item-meta-title a {
	text-decoration: none;
}

.vp-pswp .pswp__preloader {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.vp-pswp .vp-pswp-video {
	align-items: center;
	display: flex;
	height: 100%;
	line-height: 0;
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	z-index: 1045;
}

.vp-pswp .vp-pswp-video>div {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.vp-pswp .vp-pswp-video>div iframe {
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.vp-pswp .vp-pswp-video>div audio, .vp-pswp .vp-pswp-video>div video {
	height: 100% !important;
	margin: 0;
	position: absolute;
	width: 100% !important;
}

.vp-pswp .vp-pswp-video>div audio {
	padding: 20px;
}

.vp-pswp.vp-pswp-no-zoom .pswp__img {
	cursor: default;
}

.vp-pswp .pswp__button--download {
	align-items: center;
	background: none;
	display: flex;
	justify-content: center;
}

.vp-pswp .pswp__button--download svg {
	fill: #fff;
	height: 26px;
	width: 26px;
}

.vp-pswp a.pswp__share--x:hover {
	background: #000;
	color: #fff;
}

.vp-pswp a.pswp__share--pinterest:hover {
	background: #ce272d;
	color: #fff;
}
