.wysiwyg .gallery .arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translate(0,-50%);
	font-size: 2em;
    z-index: 10;
}

.wysiwyg .gallery .slick-prev {
	left: -30px;
}
.wysiwyg .gallery .slick-next {
	right: -30px;
}
figure.gallery-item{
    padding: 10px;
}
.wysiwygFullWidth {
	max-width: none !important;
}