.sticky {
	background-color: #fff;
	transition: background .3s ease;
}

.sticky.sticked {
	width: 100%;
	bottom: 70px;
	z-index: 100;
	border-top: 0;
	margin: 0;
}

.sticky.sticked [class^=col] {
	padding: 0;
}