.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){
	
}

@media screen and (max-width:480px){

}
