﻿
.one-line{
    overflow-x:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow-y:hidden;
}
.two-line{
    height:50px;
    line-height:25px;
    overflow-y:hidden;
    padding:0;
    margin-top:5px;
}
.three-line{
    height:75px;
    line-height:25px;
    overflow-y:hidden;
    padding:0;
    margin-top:5px;
}
.image-box{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.image-box-latest-product{
    height:311px;
    max-width:145px;
    margin:0 auto;
}

.team-image{
    height:550px;
    background-position-y:top;
}

.ribbon{
    width:60px;
    z-index:10;
}
.ribbon-attach{
    position:absolute;
    left:10px;
    top:-2px;
}