<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SLIDESHOW */
.noscroll { overflow: hidden; }
#slide-container {  }
#slide { max-height: 760px; overflowx: hidden; }
.flexslider { margin: 0 0 0px; background: none; }

.popup-image { max-width: 100%; max-height: 700px; }
.popup-inside-container { top: 15%; margin-leftx: -500px; left: 5%; width: 90%; position: absolute; text-align: center; }
.popup-closer { position: absolute; top: 40px; right: 50px; color: #F0F0F0; font-size: 1px; width: 40px; height: 40px; background-image: url('../image/popup-closer.svg'); background-position: 0 0px; background-repeat: repeat-no; background-size: 100%; }
.popup-closer:hover { background-position: 0 40px; }

@media (max-width: 767px) {
	.popup-closer { top: 20px; right: 20px; width: 20px; height: 20px; }
	.popup-closer:hover { background-position: 0 20px; }
}
@media (max-width: 480px) {
	.popup-inside-container { top: 20%; }
}
@media (max-height: 800px) {
	.popup-image { max-height: 650px; }
}
@media (max-height: 700px) {
	.popup-image { max-height: 550px; }
}
@media (max-height: 600px) {
	.popup-image { max-height: 470px; }
}
@media (max-height: 500px) {
	.popup-image { max-height: 370px; }
}
@media (max-height: 400px) {
	.popup-image { max-height: 270px; }
}</pre></body></html>