#aug-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../images/hero/back.jpg);
	background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x, url("../images/hero/back@2x.jpg") 2x);
}
.ah-right {
    margin-left: 70px;
    padding-top: 48px;
    padding-bottom: 4px;
}
.ah-right .button {
    left: 40%;
    bottom: 27.6%;
    width: 33.6%;
    height: 6.5%;
    text-indent: -9999px;
}
#aug-hero .animation {
    height: 45.2%;
    width: 130%;
}
#aug-hero dotlottie-player {
    aspect-ratio: 1 / 1;
    width: auto;
    height: 100%;
}
#aug-sub {
    margin-top: 40px;
}
#aug-sub .button {
    text-indent: -9999px;
    width: 14.2%;
    height: 16%;
    right: 21.3%;
    bottom: 24%;
}
@media screen and (max-width: 567px) {
    #aug-hero {
        padding-top: 22px;
        padding-bottom: 14px;
    }
    #aug-hero a {
        bottom: 20.2%;
        left: 25%;
        width: 48%;
        height: 4.2%;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 567px) {
    #aug-sub .button {
        width: 44%;
        height: 7%;
        right: 29.2%;
        bottom: 24.5%;
    }
}