.contactViewWrapper{
    height:calc(100vh - 120px);
}

.contactViewWrapper .contactArea .card{
    height:436px;
    position:relative;
    overflow:hidden;
    opacity:0;
}
.contactViewWrapper .contactArea .card > img{
    max-height:100%;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.contactViewWrapper .contactArea > img{
    width:300px; height:436px
}

.contactViewWrapper h2,
.contactViewWrapper p{
    font-family:'ProximaNovaLIght', sans-serif;
    color:#fff;
    margin:0;
}

.contactViewWrapper h2{
    font-size:18px;
    font-weight: 100;
}
.contactViewWrapper p{
    font-size:12px;
}

.contactViewWrapper p span.label{
    width:30px;
    margin-right:10px;
    display: inline-block;
    text-align: right;
}
/*.contactViewWrapper .info{*/
    /*margin-left:30px;*/
/*}*/
/*.contactViewWrapper .separator{*/
    /*width:100%;*/
    /*height:1px;*/
    /*background-color:rgba(0,0,0,0.2);*/
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
/*}*/

.contactViewWrapper .topInfo{
    position:absolute;
    top:15px;
    left:15px;
}
.contactViewWrapper .topInfo > *{
    margin-bottom:3px;
}

.contactViewWrapper .bottomInfo{
    position:absolute;
    bottom:15px;
    right:15px;
    width:380px;
}

.contactViewWrapper .bottomInfo .infoSection{
    margin-bottom:10px;
}
.contactViewWrapper .bottomInfo .infoSection:last-child{
    width:280px;
}
.contactViewWrapper .bottomInfo .infoSection p{
    text-align: right;
}

.contactViewWrapper .bottomInfo .infoSection p.sectHeader{
    text-transform: uppercase;
    font-size: 14px;
}