/*
THESE ARE THE STYLING RULES PERTAINING TO THE POST GALLERY PRESENTATION
*/

#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery img {
	display: block;
	object-fit: contain;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery div:hover img {
	opacity: 0.6;
	cursor: pointer;
}

@media (max-width: 599px) {
	#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery {
		margin-top: 0px !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	
	#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery div {
		flex: 0 0 calc((100% - 70px) / 3);
	}
	
	#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery img {
		padding: 14px;
	}
}

@media (min-width: 600px) {
	#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery {
		margin-top: 0px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 16px;
	}
	
	#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery div {
		flex: 0 0 auto;
	}
	
	#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery img {
		height: 250px;
		width: auto;
		padding: 30px;
	}
}

.splide img {
	max-height: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.splide__arrows {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 11;
}

div.splide__arrows button {
	background-color: transparent;
	outline: none;
	border: none;
	height: 100%;
	opacity: 0;
}

div.splide__arrows button:hover {
	opacity: 1;
}

button.close_slideshow {
	float:right;
	width: 24%;
/*	cursor: url('svg/arrow-close.png') 14 14, zoom-out;*/
	cursor: zoom-out;
}

button.splide__arrow--next {
	float: right;
	width: 38%;
/*	cursor: url('svg/arrow-right.png') 31 14, pointer;*/
	background-image: url('svg/slideshow-arrow-right.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

button.splide__arrow--prev {
/*	cursor: url('svg/arrow-left.png') 0 14, pointer;*/
	background-image: url('svg/slideshow-arrow-left.png');
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	width: 38%;
}

li.splide__slide {
	display: flex;
	max-width: 100%;
/*	max-height: 100%;*/
	align-items: center;
}

#splide01 {
	display: none;
	margin-top: 0px;
/*	position: fixed;
	bottom: 0px;
	height: 100vh;
	z-index: 10;*/
}

#eFshSzteDFVcFSGdhdhftKHDjmskT_gallery {
	margin-top: 0px !important;
	display: flex;
	max-width: 100% !important;
}

#eFshSzteDFVcFSGdhdhftKHDjmskT_slideshow_close {
	text-align: right;
	cursor: pointer;
}

#splide01-track {
	height: 100%;
}
