.tx-wc-gallery {
    margin: 20px 15px 50px;
}
.tx-wc-gallery .page {
	transition: opacity 1s ease-in;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}
.tx-wc-gallery .page.active {
	transition: opacity 1s ease-in;
    opacity: 1;
    height: auto;
}
.tx-wc-gallery .page .row {
	margin: 0 0;
}
.tx-wc-gallery .img-wrapper {
	cursor: pointer;
}
.tx-wc-gallery .album-wrapper {
	position: relative;
	
}
.tx-wc-gallery .album-wrapper .overlay-wrapper {
	position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    top: 40%;
    font-size: 56px;
    font-weight: bold;
    text-shadow: 1px 0 31px #fff;
    color: #000;
}
.tx-wc-gallery .no-padding {
    padding: 0!important;
}
.tx-wc-gallery .small-padding {
	padding: 5px!important
}
.tx-wc-gallery .hidden {
	display: none;
}
.tx-wc-gallery .paginator {
    padding: 0;
    margin: 10px 0;
    margin: 10px auto;
    width: 100%;
    display: inline-block;
}
.tx-wc-gallery .paginator ul {
	display: table;
	margin: 0 auto;
    list-style-type: none;
}
.tx-wc-gallery .paginator li {
	float: left;
	padding: 0 3px;
	cursor: pointer;
    font-size: 24px;
    list-style-type: none;
}
.pager-control {
	display: none;
}

.tx-wc-gallery-fullscreen {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
	text-align: center;
}

.tx-wc-gallery-fullscreen .slide {
	margin: 0 auto;
	display: none;
	padding: 20px;
    margin: 20px;
	
}
.tx-wc-gallery-fullscreen .slide.active {
    display: inline-block;
}
.tx-wc-gallery-fullscreen .control-wrapper {
	font-size: 50px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.tx-wc-gallery-fullscreen .control-left {
	left: 50px;
}
.tx-wc-gallery-fullscreen .control-right {
	right: 50px;
}
.tx-wc-gallery .wc-clickpath ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
    width: 100%;
    display: inline-block;
}
.tx-wc-gallery .wc-clickpath ul:after {
	clear: both;
}
.tx-wc-gallery .wc-clickpath li {
	float: left;
	list-style-type: none;
    margin: 0 5px 0 0;
}
.tx-wc-gallery .wc-clickpath li.seppi:after {
	content: "↷";
	padding: 0 5px;
}
