
.imageElement .imageHolder{
    height: 70vh;
}

.imageElement .imageDescription{
    position: absolute;
    bottom: 2%;
}

.imageElement .imageDescription h4:before{
    border: 2px solid #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    content: '';
    display: inline-block;
    position: relative;
    margin-right: 20px;
    bottom: -3px;
}