.sticky-top {
	@media (min-width: 768px) {
		position: -webkit-sticky !important;
		/* Safari */
		position: sticky !important;
		top: 0;
		z-index: 1020;
		align-self: flex-start !important;
		/* Essential for Flexbox Columns */
	}
}

.wp-sections-sticky-adjust {
	transition: all 0.3s ease !important;
}