/* 
    Document   : responsive
    Created on : 2015-04-02, 13:56:37
    Author     : wypozyczenia.com
    Description:
        Purpose of the stylesheet follows.
*/
@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {
   
}
@media (min-width: 992px) and (max-width: 1199px) {
    #slider{
        height:483px;
        overflow: hidden;
    }
}
@media (min-width: 1199px){
    #slider{
        height:483px;
        overflow: hidden;
    }    
}