.gst-container.gst-thumbnail-3 > .gst-thumbnails-container {
	height: 100%;
	width: 75px;
	position: absolute;
	left: 0;
	top: 0;
}

.gst-container.gst-thumbnail-3 > .gst-thumbnails > .gst-thumbnail {
	height: 33%;
}

img.gst-thumbnail-image:hover {
	opacity:0.8;
	cursor: pointer;
}

.gst-container {
	display: flex;
	position: relative;
}

.gst-current-image {
	margin-left: 80px;
	width: 100%;
	height: 230px;
}

.gst-current-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gst-prevButton, .gst-nextButton {
	width: 100%;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.gst-prevButton {
	background-image:url('https://preprod.triptrapescape.ch/wp-content/themes/triptrap/images/ic-slide-up.png')
}

.gst-nextButton {
	background-image:url('https://preprod.triptrapescape.ch/wp-content/themes/triptrap/images/ic-slide-down.png')
}