
.jet-images-layout {
	position: relative;
}

.jet-images-layout__item {
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.jet-images-layout__item.image-loaded .jet-images-layout__link {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	image-orientation: none;
}

.jet-images-layout__item:hover .jet-images-layout__content {
	opacity: 1;
}

.jet-images-layout__inner {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.jet-images-layout__link {
	display: block;
	opacity: 0;
}

.jet-images-layout__icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

.jet-images-layout__icon .jet-images-layout-icon-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jet-images-layout__icon svg {
	width: 1em;
	height: 1em;
}

.jet-images-layout__image {
	position: relative;
	line-height: 0;
}

.jet-images-layout__image-instance {
	width: 100%;
	min-width: 100px;
	min-height: 100px;
}

.jet-images-layout__title {
	width: 100%;
}

.jet-images-layout__desc {
	width: 100%;
}

.jet-images-layout__content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
	-o-transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
	transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
}

.jet-images-layout__content:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	content: "";
}

.jet-images-layout__image-loader {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

.jet-images-layout__image-loader span {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-box-shadow: 2px 2px 1px #fff;
	box-shadow: 2px 2px 1px #fff;
	-webkit-animation: jet-images-layout-load-spin 690ms infinite linear;
	animation: jet-images-layout-load-spin 690ms infinite linear;
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list .jet-images-layout__item {
	height: auto;
	min-height: 100px;
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list .salvattore-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list:before {
	display: none;
}

.jet-images-layout.layout-type-justify .jet-images-layout__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	height: auto;
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__link {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image {
	height: 100%;
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image-instance {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.jet-images-layout.layout-type-grid .jet-images-layout__image-instance {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.jet-images-layout.layout-type-list .jet-images-layout__item {
	width: 100%;
}

@-webkit-keyframes jet-images-layout-load-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes jet-images-layout-load-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.elementor-lightbox .elementor-lightbox-image {
	image-orientation: none;
}
