/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-12-22, 09:34:33
    Author     : Michał
*/

#pictures {
    position: relative;
    width: 100%;
    height: 100%;
}

#pictures img {
    display: none;
    
    position: absolute;
    top: 0; left: 0; right: 0;
    margin: 0 auto;
    //opacity: 1;
    //transition: opacity 0.1s;
    width: 100%;
    height: 100%;
}

