@charset "utf-8";
.second_cont {
		max-width: inherit;
		overflow: hidden;
}
.pagetitle {
		width: 160px;
}
.galleryAll_container {
		display: flex;
		justify-content: center;
		width: 100%;
}
.item {
		width: 350px;
		margin: 0 0 20px;
		cursor: pointer;
		border-radius: 8px;
		border-radius: 0px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}
.item img {
		width: 100%;
		height: auto;
		opacity: 0;
}
@media(max-width: 767px) {
		.second_cont {
				width: auto;
				box-sizing: border-box;
		}
}
figure img {
		opacity: 0;
		width: 100%;
		height: auto;
		cursor: pointer;
}
/* ================= */
.galleryTile_flex {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
}
.galleryTile_flex figure.item {
		width: calc(25% - 14px);
		height: calc(calc(100vw - 270px) * 0.17);
		margin: 0 7px 14px;
		transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.galleryTile_flex figure.item:hover {
				opacity: 0.8;
		}
}

@media(max-width: 1680px) {
		.galleryTile_flex figure.item {
				width: calc(33.3% - 14px);
				height: calc(calc(100vw - 270px) * 0.22);
		}
}
@media(max-width: 1360px) {
		.galleryTile_flex {
				margin: 0 auto;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
		}
		.galleryTile_flex figure.item {
				width: calc(50% - 7px);
				margin: 0 0 14px;
				height: calc(calc(100vw - 270px) * 0.35);
		}
}
@media(max-width: 1024px) {
		.galleryTile_flex figure.item {
				height: 30vw;
		}
}
@media (max-width: 834px) {
		.pagetitle {
				width: 30vw;
		}
}
@media(max-width: 767px) {
		.galleryAll {
				width: 100% !important;
		}
		figure.item {
				width: 100% !important;
				position: static !important;
				top: inherit !important;
				left: inherit !important;
				right: inherit !important;
				bottom: inherit !important;
				margin: 0 0 20px;
		}
		.galleryTile_flex figure.item {
				width: 100%;
				height: auto;
		}
}