.galleries
{
	position: relative;
}

.featherlight-content
{
	background: none;
}

.featherlight-close-icon
{
	background: none;
	color: white;
}

.featherlight-next
{
	left: 90%;
	right: 40px;
}

.featherlight-previous
{
	right: 90%;
	left: 40px;
}

.featherlight-next, .featherlight-previous
{
	position: fixed;
	top: 30vh;
	bottom: 30vh;
}

.featherlight-next:hover, .featherlight-previous:hover
{
	background: none;
}

.featherlight-next span, .featherlight-previous span
{
	display: block;
	font-size: 40px;
}
