.home-page-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
/*     background-attachment: fixed; */
    position: relative;
    width: 100%;
    padding: 10rem 0 13rem;
/*     padding-top: 249px; */
}
.home-page-banner-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    opacity: .5;
    height: 40px;
    width: 1px;
    top: -45px;
}

.home-page-banner-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    opacity: .5;
    height: 40px;
    width: 1px;
    bottom: -45px;
}
.home-page-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #68aa22;
    opacity: 0.08;
}

.home-page-banner-container {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 660px;
    position: relative;
    z-index: 5;
}

.atmc-scroll-to {
    visibility: visible;
    opacity: 0.8;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: all 0.2s ease 0s, opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0s;
    border: 2px solid #fff;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    width: 20px;
    height: 35px;
    margin: auto;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    z-index: 5;
}

.atmc-scroll-to::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%;
    margin: auto;
    animation: atmcScrollToAnimation 2s infinite;
}

.atmc-scroll-to:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -17px;
    margin: auto;
    width: 2px;
    height: 12px;
    opacity: .5;
    background-color: #fff;
}

.home-page-banner-content {
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.home-page-banner-content h1 {
    color: #fff;
}

@media (hover: hover){
.atmc-parallax {
    background-attachment: fixed;
}
}
