#wpgs-gallery.barakos-first-frame-active {
	position: relative;
}

#wpgs-gallery .barakos-product-first-frame {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 80%;
	pointer-events: none;
	background: #fff;
}

#wpgs-gallery:not(.vertical) .barakos-product-first-frame {
	left: 0;
	width: 100%;
}

#wpgs-gallery .barakos-product-first-frame__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

#wpgs-gallery.barakos-first-frame-active:not(.barakos-first-frame-released) .wcgs-carousel {
	opacity: 0 !important;
	visibility: hidden !important;
}

#wpgs-gallery.barakos-first-frame-released .barakos-product-first-frame {
	display: none;
}

