@charset "utf-8";

.UniqueGalleryTop > .SunSVG {
	position: absolute;
	width: min(30%, 120px);
	left: 0;
	bottom: 3px;
	transform: rotate(180deg);
	transform-origin: bottom;
}
.UniqueGalleryTop .LgImg {
	margin-bottom: 2.5%;
}
.UniqueGalleryTop .LgImg > div {
	padding-top: 120.2454%;
}
.UniqueGalleryTop .SmImgs > * {
	padding-top: 61.35%;
}
.UniqueGalleryTop .SmImgs .SmImgTop {
	margin-bottom: 2.5%;
}
.UniqueGalleryBtm {
	margin-top: var(--spacing-block);
}
.UniqueGalleryBtm .StarSVG {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.UniqueGalleryTop {
		display: flex;
		justify-content: space-between;
		width: 100% !important;
		margin-bottom: var(--spacing-block);
	}
	.NoBtmTxt .UniqueGalleryTop > .SunSVG {
		width: min(20%, 360px);
		left: 2%;
		bottom: 53px;
	}
	.ShowBtmTxt .UniqueGalleryTop > .SunSVG {
		width: min(20%, 260px);
		left: 4%;
		bottom: calc(100% - 25px);
		transform: none;
	}
	.UniqueGalleryTop > *:not(.SunSVG) {
		flex-basis: 47.5%;
	}
	.UniqueGalleryTop .LgImg {
		margin-bottom: 0;
	}
	.ShowBtmTxt .UniqueGalleryTop .LgImg {
		order: 2;
	}
	.UniqueGalleryTop .LgImg .PhotoCredit {
		text-align: left;
	}
	.ShowBtmTxt .UniqueGalleryTop .SmImgs {
		padding-top: 20px;
	}
	.ShowBtmTxt .UniqueGalleryTop .SmImgs {
		order: 1;
	}
	.UniqueGalleryTop .SmImgs .SmImgTop {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.UniqueGalleryTop {
		margin-bottom: 0;
	}
	.NoBtmTxt .UniqueGalleryTop > .SunSVG {
		bottom: 145px;
	}
	.ShowBtmTxt .UniqueGalleryTop > .SunSVG {
		bottom: calc(100% - 65px);
	}
	.UniqueGalleryTop > *:not(.SunSVG) {
		flex-basis: 42.448%;
	}
	.ShowBtmTxt .UniqueGalleryTop .SmImgs {
		padding-top: 60px;
	}
	.UniqueGalleryTop .SmImgs .SmImgTop {
		margin-bottom: 120px;
	}
	.UniqueGalleryBtm {
		width: 43% !important;
		max-width: 600px !important;
		left: 52%;
		margin: -100px 0 0 0 !important;
	}
}
