.hero__slideshow:after{
    opacity: 0;
}

.hero .hero__content{
    align-items: flex-end;
    padding: 0 24px 80px;
}

.hero__content .siteButton{
    margin: 10px 0;
}


@media screen and (min-width: 744px) {
    .hero__content {
        padding: 0 40px 80px;
    }
}