HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/jet-elements/assets/scss/addons/_jet-map.scss
.elementor-widget-jet-map {
	.jet-map-message {
		width: 100%;
		height: 300px;
		position: relative;

		display: flex;
		justify-content: center;
		align-items: center;

		.jet-map-message__text {
			z-index: 2;
		}

		.jet-map-message__dammy-map {
			position: absolute;
			width: 100%;
			height: 100%;
			background-image: url( '../images/dummy-map.png' );
			background-repeat: no-repeat;
			background-color: white;
			background-size: cover;
			filter: blur(1.5px);
			z-index: 1;
		}
	}

	.gm-style img {
		max-width: none;
	}
}