.image-row {
    width: 100%;
    position: relative;
    padding: 44px 0;
    margin: 0;
    min-height: 300px;
    background-position: 50% 0;
    background-size: cover;
    -webkit-background-size: cover;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-repeat: no-repeat;

}

@media screen and (min-height: 600px) {
    .image-row {
        min-height: 600px;
    }
}


.home-text{

    padding: 40px 0;
    margin-bottom: 30px;
}

.home-text > p {
    font-size: 1.2em;
    font-family: 'Hind', sans-serif;
    color: #888888;
    text-align: center;
}

p.home-special {
    text-transform: uppercase;
    font-size: 1.2em;
}
