.information {
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    top: 0;
    /* font-size: 14px; */
    padding: 5px;
    height: 85%;
    opacity: 0;
	width:100%;
}

.akcii:hover .information{opacity: 1;transition: all 0.7s;}

.boxes_s {
    display: inline;
    text-align: center;
    margin-bottom: 52px;

}

/*.box {*/
    /*float: left;*/
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
    /*padding-bottom: 15px;*/
/*}*/