/*
Theme Name: Astra Child Theme
Version: 1.0
Text Domain:  astra-child
Template: astra
*/

.background-1 {
    background: url(img/left.png) no-repeat 0 0 / auto,
                url(img/right.png) no-repeat 100% 100% / auto
}

@media (max-width: 768px) {
    .background-1 {
        background: url(img/left.png) no-repeat 0 0 / 300px auto,
                    url(img/right.png) no-repeat 100% 100% / 300px auto
    }    
}