/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 930px) and (max-width: 1260px) {

    .noMobile, .mobile-small-header {
        display: none
    }
    
    .noTablet {
        display: none
    }
    
    .onTablet {
        display: block !important;
    }
    
    .lnd-box, .caption {
        width: 900px;
    }
    
    .topbar #main-tiles img {
        max-width: 296px;
        margin: 0 0 0 5px;
    }
    
    .topbar {
        height: 203px;
    }
    
    #jednodniowe {
        padding-top: 250px;
    }
    
    #wielokrotnego {
        padding-top: 168px;
    }

    header.smaller .topbar {
        height: 203px;
    }
    
    .lnd-box.products img {
        max-width: 100% !important;
    }
    
    .productBox .title {
        min-height: 57px;
    }

    
}
