.hero h1 {
    position: absolute;
    left: 50%;
    top: 65%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    width: 100%;
}
.Home .hero-image,
.Home .hero-full-image {
    padding: 25px 0 75px 0 !important;
    min-height: 0 !important;
}
.Home .hero-image img {
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 768px) {
    .hero h1 {
        top: 70%;
    }
    .Home .hero-image,
    .Home .hero-full-image {
        padding: 55px 0 75px 0 !important;
    }
}
@media screen and (min-width: 1024px) {
    .hero h1 {
        top: 86%;
    }
}
