/* N - SHARE */
    .n-share-t{
        height: 320px;
        width: 50px;
        background: red;
        z-index: 3;
        left: 50%;
        margin-left: calc(-546px - 50px - 20px);
        position: fixed;
        top: 50%;
        margin-top: -130px; 
        background: url('/images/brands/share_example.png') no-repeat top center;
        background-size: contain;
        transition: all 0.2s;
    }
    @media (max-width: 1250px) {
         .n-share-t{
            left: 10px;
            margin-left: 0; 
         }
    }
    @media (max-width: 759px) {
        .n-share-t{
            height: 140px;
            width: 40px;
            margin-top: -20px; 
            background-image: url('/images/brands/share_example-m.png');
        }
    }