.morning-content,
.afternoon-content,
.evening-content {
    display:none; 
}

.hero-home-background-mask {
    background-image: linear-gradient( 0deg, rgba(0, 0, 0, 0.77), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.77) );
}

.hero-home-title img {
    max-width: 85px;
}


@media (min-width: 768px) {

    .flex-sm-row {
        flex-direction:row;
    }
}

@media (max-width: 576px) {
    .hero-home-title h1 {
    font-size: 55%;
    font-weight: bold;
}
}