
               @media only screen and (max-width: 768px) {
    section.parallax-section.hero-section {
        padding: 61px 0 106px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
        height: 131px;
        margin-top: 33px;
    }
}
