html.no-scroll,
html.no-scroll body {
	overflow: hidden;
}

.rob-julbord-gallery-container {
	position: relative;
	text-align: right;
	height: 0;
	top: -60px;
	right: 10px;
}
.rob-julbord-gallery-open-button {
	display: inline-block !important;
}
.rob-julbord-gallery-open-button:after {
	content: url('expand-icon.svg');
	fill: #fff;
	position: relative;
	top: 7px;
	display: inline-block;
	width: 25px;
}
.rob-julbord-gallery-open-button:hover:after {
	content: url('expand-icon-hover.svg');
}

.rob-julbord-gallery-popup.open {
	display: block !important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 99999;
	overflow: auto;
}

.rob-julbord-gallery-images {
	display: block;
	padding: 0 20px;
}
@media only screen and (max-width: 600px) {
	.rob-julbord-gallery-images {
		padding: 0;
	}
}
.rob-julbord-gallery-image {
	display: block;
	margin: 20px auto;
}
.rob-julbord-gallery-image:last-child {
	margin-bottom: 0;
}

.rob-julbord-gallery-close-button {
	position: fixed;
	top: 10px;
	right: 20px;
}

.rob-julbord-gallery-close-button svg {
	width: 27px;
}