@CHARSET "UTF-8";

.hidden-gallery-1 .rl-gallery {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding-top: 100%;
}
.hidden-gallery-1 .rl-gallery-item:not(:first-child) {
	/*display: none;*/
	visibility: hidden;
}
.hidden-gallery-1 .rl-gallery-item {
	position: absolute!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 1.0rem)!important;
	height: auto;
	box-sizing: border-box;
	margin: 0.5rem!important;
}