@media only screen and (min-width: 481px) {

	.widget-liquid-right {
		position: -webkit-sticky;
		position: sticky;
		top: 42px;
	}

}
