.hero-image {
    background-size: cover;
    background-position: left top;
}

.hero-image-content {
    padding: 100px 0;
    text-align: center;
}

.hero-image-title {
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 80px;
    margin: 0;
}

.hero-image-sub-title {
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.hero-image-logo {
    height: 250px;
}

@media all and (max-width: 768px) {
    .hero-image-content {
        padding: 50px 0;
    }

    .hero-image-logo {
        height: 150px;
    }
}