
#productFamily .grid {
    max-width: 1600px;
    margin: 0 auto;
}
/* clearfix */
#productFamily .grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- familly ---- */
#productFamily .familly{
    padding: 5px;
}
#productFamily .familly .img-container{
    position: relative
}
#productFamily .familly .text-container{
   /* padding: 5px;
    background-color: #fff;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    width: 85%;*/
}
#productFamily .familly .text-container h1,
#productFamily .familly .text-container h2,
#productFamily .familly .text-container h3,
#productFamily .familly .text-container h4{
    margin-bottom: 0;
}
/*
#productFamily a:hover .img-container:after, #productFamily a:hover .img-container:before{
    display: block;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    z-index: 9;
    padding: 0;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
#productFamily a:hover .img-container:before {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    content: "+";
    font-size: 90px;
    z-index: 10;
}
#productFamily a:hover .img-container:after {
    content: " ";
    opacity: .8;
    background-color: #009fe3;
}*/
