.sticky { position: -webkit-sticky; position: sticky; top: 0; z-index: 1}
@media (max-width: 991px) {
.sticky { position:relative; padding:0 }
}