.pbmit-element-gallery-wall-wrapper .pbmit-gallery-title{
	position: absolute;
    bottom: 70px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}
.pbmit-element-gallery-wall-wrapper {
	position: relative;
	height: 200vh;
	will-change: transform;
	z-index: -1;
}
.pbmit-element-gallery-wall-wrapper .pbmit-fixed-box {
	height: 50%;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
}
.gallery-wall-element .pin-spacer{
	height: 200vh!important;
	width: 100%!important;
}
.pbmit-element-gallery-wall-wrapper .pbmit-image-wall-gallery {
	position: absolute;
	top: -90%;
	left: -100%;
	width: 300%;
	height: 300%;
}
.pbmit-element-gallery-wall-wrapper .pbmit-wall-img img {
	height: calc(100% - 120px);
	width: calc(100% - 120px);
	margin-top: 50px;
	margin-left: 50px;
	object-fit: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.pbmit-element-gallery-wall-wrapper .pbmit-wall-img {
	position: absolute;
}
.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-01 {
	width: 33.333%;
	height: 37%;
	top: 30%;
	left: 33.3333%;
}
.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-02 {
	width: 16.666%;
	height: 33.333%;
	top: 50%;
	left: 16.666%;
}
.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-03 {
	width: 21;
	height: 33.333%;
	top: 22.666%;
	left: 66.6666%;
}
.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-04 {
	width: 25%;
	height: 25%;
	top: 25%;
	left: 8.333%;
}
.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-05 {
	width: 16.6666%;
	height: 33.3333%;
	top: 66.666%;
	left: 33.3333%;
}
.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-06 {
	width: 16.6666%;
	height: 22.6666%;
	top: 66.6666%;
	left: 50%;
}
.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-07 {
	width: 25%;
	height: 33.333%;
	top: 56%;
	left: 66.666%;
}
@media only screen and (max-width: 991px) {
	.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-03 {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		display: block;
		left: 0;
		top: 0;
	}
	.pbmit-element-gallery-wall-wrapper .pbmit-wall-img {
		display: none;
		margin-bottom: 3vw;
	}
	.pbmit-element-gallery-wall-wrapper .pbmit-wall-img img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	.pbmit-element-gallery-wall-wrapper {
		height: auto;
	}
	.pbmit-element-gallery-wall-wrapper .pbmit-image-wall-gallery {
		position: static;
		width: 100%;
		height: auto;
	}
	.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-01 {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 60%;
		display: block;
		left: 0;
		top: 0;
	}
	.pbmit-element-gallery-wall-wrapper .pbmit-gallery-image-02 {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 60%;
		display: block;
		left: 0;
		top: 0;
	}
	.pbmit-element-gallery-wall-wrapper .pbmit-fixed-box {
		position: relative;
		height: auto;
		padding: 0 20px;
	}
	.gallery-wall-element .pin-spacer{
		height: 100%!important;
		width: 100%!important;
	}
}