@media (max-width: 768px){
    .parallax{
        background-attachment: scroll !important;
        height: 120px !important;
        background-size: cover !important;
        }
    .parallax2{
        background-attachment: scroll !important;
        background-size: cover !important;
    }
}
