﻿#my-sticky-nav {
    top: 60px;
}

@media (max-width: 768px) {
    #my-sticky-nav {
        top: 0px !important;
    }
}
