.post-fixed-header {
    width: 100%;
    height: 100px;
    z-index: 777;
    position: fixed;
    transition: top 0.2s ease-out;
    background-color: rgba(16, 24, 55, 1);
}