/* ###

:: APP CONTROLLER :: MAKE IMAGE DIR RELATIVE :: ../application/media/images/ ::

### */

#SEKCJA_PARTNERZY .scene {
    position: relative;
    width: 420px;
    height: 280px;
    margin: 40px auto;
    margin-bottom: 0;
    perspective: 1000px;
}

#SEKCJA_PARTNERZY .carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

#SEKCJA_PARTNERZY .carousel__cell {
    position: absolute;
    width: 380px;
    height: 240px;
    left: 10px;
    top: 10px;
    border: 1px solid #e6e0e0;
    background: white;
    display: flex;
    justify-content: center;
}


