.porto-360-gallery-images-wrap {
	position: relative;
	padding: 2rem;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
	cursor: pointer;
}

.porto-360-gallery-images-wrap .porto-360-gallery-images {
	list-style: none;
	padding: 0;
	margin: 0;
}

.porto-360-gallery-images-wrap img {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	max-height: 400px;
}

.porto-360-gallery-images-wrap .current-image {
	position: static;
	visibility: visible;
}

.porto-360-gallery-images-wrap li {
	max-height: 100%;
}