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-tricks/assets/scss/extensions/_jet-satellite.scss
.jet-satellite-widget {
	position: relative;

	> .elementor-widget-container {
		position: relative;
		z-index: 1;
	}
}

.jet-tricks-satellite {
	position: absolute;
	pointer-events: none;
	transform-origin: 50% 50%;
	z-index: 2;

	.jet-tricks-satellite__text {
		font-size: 60px;
		font-weight: 600;
		color: #6ec1e4;
		transform: translateX(-50%) translateY(-50%);

		span {
			display: block;
			white-space: nowrap;
			transform-origin: 50% 50%;
		}
	}

	.jet-tricks-satellite__icon {
		position: relative;
		transform: translateX(-50%) translateY(-50%);

		.jet-tricks-satellite__icon-instance {
			position: relative;

			display: flex;
			justify-content: center;
			align-items: center;
			width: 40px;
			height: 40px;
			border-radius: 50px;
			color: #fff;
			background-color: #6ec1e4
		}
	}

	.jet-tricks-satellite__image {
		position: relative;
		transform: translateX(-50%) translateY(-50%);

		.jet-tricks-satellite__image-instance {
			width: 100%;
			height: 100%;
			display: block;
			object-fit: cover;
			transform-origin: 50% 50%;
		}
	}

	&--top-left {
		top: 0;
		left: 0;
	}

	&--top-center {
		top: 0;
		left: 50%;
	}

	&--top-right {
		top: 0;
		left: 100%;
	}

	&--middle-left {
		top: 50%;
		left: 0;
	}

	&--middle-center {
		top: 50%;
		left: 50%;
	}

	&--middle-right {
		top: 50%;
		left: 100%;
	}

	&--bottom-left {
		top: 100%;
		left: 0;
	}

	&--bottom-center {
		top: 100%;
		left: 50%;
	}

	&--bottom-right {
		top: 100%;
		left: 100%;
	}
}