@media only screen and (min-width: 1280px) {
body {
background-image: url(https://ericsgitarrenecke.de/wp-content/uploads/2026/02/gus_ornament_l_01.png), url(https://ericsgitarrenecke.de/wp-content/uploads/2026/02/gus_ornament_r_01.png);
background-repeat: no-repeat, no-repeat;
background-size: auto, auto !important; 
background-position-x: 10%, right 10%;
background-position-y: 40%, 60%;
background-attachment: fixed, fixed;
}
}