.sticky {
	position:relative;
	height:100%;
}

.sticky__top {
	position:sticky;
	top:32px;
	z-index:20;
}



@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.sticky {
		margin:0 -20px;
		width:calc(100% + 40px);
	}
	.sticky__top {
		top:8px;
		margin-bottom:28px;
	}
}

@media screen and (max-width:480px){

}
