.hero {
    background-image: url(/res/img/index.gif);
    background-size: cover;
    background-position: center;
    padding: 140px 20px;
    text-align: center;
    color: rgb(177, 31, 31);
}

.fake-space {
    display: block;
    height: 60px; /* výška, jakou potřebuješ */
}