.gallery {
	text-align: center
}

.loading {
	position: fixed;
	top: calc(50% + 32px);
	left: calc(50% - 32px)
}

.loading-animation {
	stroke-dasharray: 400;
	stroke-dashoffset: 100;
	animation: loading 1s linear infinite
}

@keyframes loading {
	from {
		stroke-dashoffset: 800
	}
	to {
		stroke-dashoffset: 0
	}
}

.GalleryImage {
	display: inline-block;
	width: 24%!important;
	padding: 0 5px;
	margin-bottom: 12px;
	cursor: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 24 24' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='m9.306 18.111c-4.855 0-8.806-3.95-8.806-8.806s3.95-8.805 8.806-8.805 8.806 3.95 8.806 8.806-3.951 8.805-8.806 8.805z' fill='#fff'/><path d='m9.306 1c4.58 0 8.306 3.726 8.306 8.306s-3.726 8.306-8.306 8.306c-4.58-.001-8.306-3.726-8.306-8.306s3.726-8.306 8.306-8.306m0-1c-5.139 0-9.306 4.167-9.306 9.306 0 5.141 4.167 9.306 9.306 9.306 5.141 0 9.306-4.165 9.306-9.306-.001-5.139-4.166-9.306-9.306-9.306z'/><g fill='none' stroke='#000' stroke-miterlimit='10'><path d='m15.751 15.75 7.921 7.923'/><path d='m4.904 9.306h8.804'/><path d='m9.306 13.707v-8.804'/></g></svg>"), zoom-in
}
.gallery p {
	display: none;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 30px
}

.GDNYTRNBA .gallery {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}

.GDNYTRNBA .gallery p {
	display: block;
	text-align: left
}

.GDNYTRNBA .gallery img {
	max-width: 200px
}
@media screen and (max-width:640px) {
	.gallery img {
		display: inline-block;
		width: 100%!important;
		padding: 0 0px;
		margin-bottom: 12
	}
}
@media screen and (min-width:640px) {
	
	.gallery {
		text-align: center
	}
	
	.text-narrow {
		max-width: 520px
	}
	body.gallery-detail {
		position: fixed;
		overflow-y: hidden
	}
	img.gallery-detail,
	.gallery-overlay {
		cursor: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 24 24' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='m9.306 18.111c-4.855 0-8.806-3.95-8.806-8.806s3.95-8.805 8.806-8.805 8.806 3.95 8.806 8.806-3.951 8.805-8.806 8.805z' fill='#fff'/><path d='m9.306 1c4.58 0 8.306 3.726 8.306 8.306s-3.726 8.306-8.306 8.306c-4.58-.001-8.306-3.726-8.306-8.306s3.726-8.306 8.306-8.306m0-1c-5.139 0-9.306 4.167-9.306 9.306 0 5.141 4.167 9.306 9.306 9.306 5.141 0 9.306-4.165 9.306-9.306-.001-5.139-4.166-9.306-9.306-9.306z'/><path d='m15.751 15.75 7.921 7.923' fill='none' stroke='#000' stroke-miterlimit='10'/><path d='m4.904 9.306h8.804' fill='none' stroke='#000' stroke-miterlimit='10'/></svg>"), zoom-out
	}
	.gallery {
		visibility: hidden;
		margin-bottom: 30px
	}
	img.gallery-detail {
		position: fixed;
		top: calc(50% - 15px);
		left: 50%;
		transform: translate(-50%, -50%);
		margin-right: auto;
		margin-left: auto;
		width: auto!important;
		max-width: calc(100% - 100px);
		max-height: calc(100% - 70px);
		margin-bottom: 0;
		z-index: 9999
	}
	img.gallery-detail.swipe-right {
		left: 70%
	}
	p.gallery-detail-info {
		background-color: #fff;
		display: block;
		position: fixed;
		bottom: 0;
		right: 20px;
		left: 20px;
		max-width: calc(100% - 40px);
		margin-bottom: 10px;
		padding-top: 10px;
		z-index: 20
	}
	.gallery-overlay {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #00000087;
		z-index: 10
	}
	body.gallery-detail header {
		opacity: 0.85;
	}
	.gallery-prev,
	.gallery-start {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 30%;
		height: 100%;
		z-index: 30;
		cursor: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 10.502 23.945' height='23.945' viewBox='0 0 10.502 23.945' width='10.502' xmlns='http://www.w3.org/2000/svg'><path d='m10.116 23.628-9.729-11.907' fill='none' stroke='#000' stroke-miterlimit='10'/><path d='m10.116.316-9.729 11.906' fill='none' stroke='#000' stroke-miterlimit='10'/></svg>"), w-resize
	}
	.gallery-start {
		z-index: 40
	}
	.gallery-next,
	.gallery-end {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30%;
		height: 100%;
		z-index: 30;
		cursor: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 10.502 23.945' height='23.945' viewBox='0 0 10.502 23.945' width='10.502' xmlns='http://www.w3.org/2000/svg'><path d='m .387 23.628 9.729-11.907' fill='none' stroke='#000' stroke-miterlimit='10'/><path d='m .387.316 9.729 11.906' fill='none' stroke='#000' stroke-miterlimit='10'/></svg>"), w-resize
	}
	.gallery-end {
		z-index: 40
	}
}


@media screen and (min-width:640px) and (max-width:1279px) {
	.gallery {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		margin-bottom: 30px
	}
	.gallery-prev {
		background-image: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 10.502 23.945' height='23.945' viewBox='0 0 10.502 23.945' width='10.502' xmlns='http://www.w3.org/2000/svg'><path d='m10.116 23.628-9.729-11.907' fill='none' stroke='#000' stroke-miterlimit='10'/><path d='m10.116.316-9.729 11.906' fill='none' stroke='#000' stroke-miterlimit='10'/></svg>");
		background-position: 5% 50%;
		background-repeat: no-repeat;
		cursor: auto
	}
	.gallery-next {
		background-image: url("data:image/svg+xml;utf8,<svg enable-background='new 0 0 10.502 23.945' height='23.945' viewBox='0 0 10.502 23.945' width='10.502' xmlns='http://www.w3.org/2000/svg'><path d='m .387 23.628 9.729-11.907' fill='none' stroke='#000' stroke-miterlimit='10'/><path d='m .387.316 9.729 11.906' fill='none' stroke='#000' stroke-miterlimit='10'/></svg>");
		background-position: 95% 50%;
		background-repeat: no-repeat;
		cursor: auto
	}
}

@media screen and (max-width:639px) {
	.loading {
		display: none
	}
	.gallery {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.gallery p {
		display: block
	}
	.gallery img {
		margin-bottom: 10px;
	}
}