﻿#partners {
    top: 70px !important;
    max-height: 155px;
    left: 350px;
}

#partners .nav-header::before {
    content: "RACE CENTRUM - 8-ČLENNÉ TÝMY";
}


@media (max-width: 767px) {
    #partners {
        position: absolute;
        z-index: 50;
        width: 200px;
        height: 98px;
        left: 55px;
        margin: 0auto;
        top: 53px;
        background: white;
        padding: 10px;
        color: black;
        opacity: 0.9;
    }

        #partners .nav-header {
            padding: 2px;
        }

    .sidebar {
        z-index: 12000;
    }

    .timeline {
        position: absolute;
        margin-bottom: 20px !important;
        /*bottom: 55px;*/
    }

    #partners img {
        width: 180px;
    }
}

#partners.fullscreen{
    left: 50px !important;
    top: 20px !important;
}
