@media (min-width: 1024px) {
   
 body{        
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .container{
        width: 100%;
height:100%;
        margin: 0 auto;
    }

    .fixed-header, .fixed{
        width: 100%;
        position: fixed;        
        background: #000;
        padding: 1px 0;
        color: #fff;
    }

    .fixed-header{
        top: 0;
    }



