#hero1{
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
    background-image:url("img/natal/bg01.webp");
    

}
.heroTop img{
    height: 40vh;

}
.heroMidle{
    height: 35vh;
}
.heroFoot, .heroTop{
    width: 100vw;
    display: flex;
    justify-content: center;
}
.heroFoot img {
    transition: all 0.6s ease-in-out;
}
.heroFoot img:hover {
    transform: translatey(-8px) scale(1.05);
}
.videoImg img{
    margin-left: 40px;
}

@media (max-width: 768px) {

.heroTop img{
    height: auto;
    max-width: 100vw;

}
.heroMidle{
    height: 45vh;
}
.heroFoot img{
    height: auto;
    max-width: 80vw;

}
}