/* 
    Created on : 2012-11-10, 10:33:39
    Author     : bartekbielawa
*/
@media screen and (device-aspect-ratio: 40/71) {
    .background-gallery {
        height: 100%;
    }
    .background-gallery ul li img {
        width: auto;
        height: 100%;
    }
    #footer {
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.25);
    }
}
@media only screen
and (max-width: 1920px)
and (min-width: 1681px) {    
    .bx-wrapper .bx-controls-direction a {
        margin-top: -40px;
    }
    .bx-wrapper .bx-prev {
        left: -63px;
    }
    .bx-wrapper .bx-next {
        right: -50px;
    }
    .bx-wrapper .slide .categories-desc div {
        font-size: 14px;
    }
}
@media only screen
and (max-width: 1920px)
and (min-width: 1681px)
and (min-height: 1100px){    
   .gallery-categories {
        margin-top: 584px;
    }
}
@media only screen
and (min-width: 1921px) {    
    .bx-wrapper .bx-controls-direction a {
        margin-top: -40px;
    }
    .bx-wrapper .bx-prev {
        left: -63px;
    }
    .bx-wrapper .bx-next {
        right: -50px;
    }
    .bx-wrapper .slide .categories-desc div {
        font-size: 14px;
    }
}