/**
 * Theme Name: Harbor 360 hotel
 * Author: Thrively digital
 * Version: 1.0
**/
.dialog-widget.dialog-lightbox-widget {
	background-color: rgba(0,0,0,.8);
}
.elementor-widget-image-carousel figcaption {
	position: absolute;
	visibility: hidden;
}
.dialog-lightbox-widget .swiper-zoom-container {
	height: auto;
	width: auto;
	position: relative;
	padding-top: 36px;
}
.swiper-wrapper .swiper-zoom-container .elementor-lightbox-image {
	max-height: 60vh;
}
.swiper-wrapper .swiper-zoom-container .elementor-image-carousel-caption {
	position: absolute;
	bottom: calc(100% - 20px);
	left: 0;
	font-size: 17px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
.swiper-wrapper .swiper-zoom-container .elementor-image-carousel-caption + .elementor-image-carousel-caption {
	display: none;
}
.swiper-wrapper{z-index:0 !important;}