.stickem-container {
    position: relative;
}

.stickem-container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.stickit {
	position: fixed !important;
    top: 120px;
    width: calc((100% - 160px) / 100 * 45) !important;
    max-width: calc((1440px - 160px) / 100 * 45);
}

.stickit-end {
	bottom: 0;
	position: absolute !important;
}