html.js .sticky--column {
	opacity: 0;
}

[data-sticky_parent] {
	position: relative;
}

.sticky {
	z-index: 10;
}

.sticky a {
	display: block;
}

.sticky img, img.alignnone {
	display: block;
	margin: 0 auto;
}

.sticky.sticky--row {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.sticky.sticky--column {
	position: absolute;
	min-width: 120px;
}

.sticky.sticky--column-l {}

.sticky.sticky--column-r {}



