{#***************** GENERAL CONTAINER **********************#}
.gallery-slider-hubdb--center-content{
	margin:0 auto;
}
.gallery-slider-hubdb__thumbs-container,
.gallery-slider-hubdb__swiper-container{
  width: 100%;
  height: 100%;
}
.gallery-slider-hubdb__container {
  display: flex;
  align-items: flex-start;
	flex-direction: column;
}
.gallery-slider-hubdb__thumb{
	cursor:pointer;
}
.gallery-slider-hubdb__thumbs-container {
  display: flex;
	flex-direction: column;
	max-width:90%;
}
.gallery-slider-hubdb__swiper-container {
  height: 520px;
}
.gallery-slider-hubdb__slider-image img,
.gallery-slider-hubdb__thumb-image img{
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; 
}


.gallery-slider-hubdb__thumb-image img{
  height: 146px;
}
.gallery-slider-hubdb__thumbs-arrows-container,
.gallery-slider-hubdb__thumbs-container{
	width:100%;
	position:relative;
}
.gallery-slider-hubdb__slider-image{
	height:100%;
}
{#***************** ARROWS - PAGINATION **********************#}
.gallery-slider-hubdb__next,
.gallery-slider-hubdb__prev{
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-slider-hubdb__next.swiper-button-disabled,
.gallery-slider-hubdb__prev.swiper-button-disabled{
  pointer-events:none;
	opacity: .3;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.gallery-slider-hubdb__prev-button svg{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gallery-slider-hubdb__arrows-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
}
.gallery-slider-hubdb__prev-button svg,
.gallery-slider-hubdb__next-button svg{
	height:auto;
}
.gallery-slider-hubdb__not-images{
	color: var(--complementary);
	text-align:center;
}
.gallery-slider-hubdb__thumb-image{
	border:solid 2px transparent;
}
.popup-modal-editor {
  padding: 10px;
  color: #fff;
  background-color: #425b76;
  position: relative;
  z-index: 3;
  text-align: center;
}
.gallery-slider-hubdb__arrows-container{
	position:absolute;
	width:100%;
	top: 50%;
	transform: translate(0, -50%);
	margin-top:0;
}
@media (max-width: 992px) {
  .gallery-slider-hubdb__thumbs-container {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
		height:100%;
  }
  .gallery-slider-hubdb__swiper-container {
    width: 100%;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
	.gallery-slider-hubdb__prev-button svg,
	.gallery-slider-hubdb__next-button svg{
		position:relative;
		top:5px;
	}
}
@media(max-width:765px){
	.gallery-slider-hubdb__thumb-image img {
		height: 66px;
	}
	.gallery-slider-hubdb__swiper-container {
		height:251px;
	}
	.gallery-slider-hubdb__thumbs-container {
		max-width:80%;
  }
}