﻿.teaserWrap {
    margin-top:10vh;
    overflow: hidden;
    display:inline-block;
    padding-bottom: 7vh;
    padding-right: 7vh;
}

.teaserBox {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0pt;
    margin: 0 0 0 60px;
    padding: 17px 20px;
    background: #FFF;
    cursor: pointer;
    float: left;
    -webkit-box-shadow: 10px 25px 25px grey;
    -moz-box-shadow: 10px 25px 25px grey;
    box-shadow: 10px 25px 25px grey;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; 
    width: 240px;
    height: 200px;
}

.teaserBox p{
    font-size:small;
}
