<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 768px) {
	.op_image {
		cursor: default;
	}
	
	#op_loaded_image {
		max-height: 90%;
		max-width: 90%;
	}
}

@media only screen and (min-width: 768px) {
	.op_image {
		cursor: pointer;
	}
	
	#op_loaded_image {
		max-height: 90%;
		max-width: 90%;
	}
}

@media only screen and (min-width: 1024px) {
	.op_image {
		cursor: pointer;
	}
	
	#op_loaded_image {
		max-height: 90%;
		max-width: 90%;
	}
}

@media only screen and (min-width: 1250px) {
	.op_image {
		cursor: pointer;
	}
	
	#op_loaded_image {
		max-height: 80%;
		max-width: 80%;
	}
}

/* #. */
	#op_arrow_left_icon_div {
		left: -40px;
	}
	
	#op_arrow_right_icon_div {
		right: -40px;
	}
	
	#op_background_div  {
		background-color: rgba(0, 0, 0, 0.9);
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}
	
	#op_background_for_close_div {
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 210;
	}
	
	#op_close_icon_div {
		font-size: 20px;
		color: #fff;
		right: -30px;
		top: 20px;
		cursor: pointer;
		position: fixed;
		text-shadow: 0 0 5px rgba(0, 0, 0, 1);
		z-index: 225;
	}
	
	#op_image_arrow_left_div {
		right: 50%;
	}
	
	#op_image_arrow_right_div {
		left: 50%;
	}
	
	#op_image_div {
		display: none;
		left: 0;
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 205;
	}
	
	#op_loaded_image {
		left: 50%;
		/*max-height: 100%;
		max-width: 100%;*/
		position: absolute;
		top: 50%;
		width: auto;
	}
	
	#op_title_div {
		background-color: rgba(0, 0, 0, 0.6);
		border-top: 1px solid #000;
		display: none;
		color: #ffffff;
		font-size: 16px;
		padding: 10px 15px;
		position: fixed;
		left: 50%;
		z-index: 210;
	}
/* # */

/* . */
	.op_arrow_icon_div {
		color: #fff;
		display: none;
		font-size: 40px;
		cursor: pointer;
		position: fixed;
		text-shadow: 0 0 5px rgba(0, 0, 0, 1);
		z-index: 220;
		top: 47%;
	}
	
	.op_image_arrow_div {
		display: none;
		height: 100px;
		position: fixed;
		top: 50%;
		width: 100px;
		z-index: 215;
	}
/* . */</pre></body></html>