
@media (min-width: 780px) {
    .sticky {
        position: sticky;
        top: 80px;
    }
}