/*
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 : 14-lug-2017, 16.04.13
    Author     : fabio.pinton
*/

.historicHomeContainer {
    padding : 20px;
    box-sizing: border-box;
    width: 32%;
    min-height: 400px;
    display: inline-block;
    vertical-align: top;
}

.historicPreview {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    height: 250px;
    overflow: hidden;
  
}

.historicText {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.historicBOX {
    border: 1px solid #005DAA;
    position: relative;
}

.historicPreview img {
   min-width: 100%;
   position: relative;
   height: 250px;
}

.historicTitle {
    font-size: 22px;
    font-weight: bold;
    color: #005DAA;
    
}

.historicSubtitle {
        font-size: 16px;
    font-weight: normal;
    color: #58585A;
}


.multiphoto {
    z-index:30;
    width: 52px;
    position: absolute;
    top: 220px;
    right: 15px;
}
.multiphoto img {
    width: 100%;
}



@media screen and (max-width: 800px)
{
 
    .historicHomeContainer {
        padding : 12px;
        width: 49%;

    }
    
}


@media screen and (max-width: 500px)
{
 
    .historicHomeContainer {
        padding : 10px;
        width: 100%;

    }
    
}


