/* START - Background image on forum */
@media (min-width: 1025px) {
html {
background: url(/@imagePath/xenforo/background/your_image.png) !important;
background-attachment: fixed !important;
background-size: cover !important;
}
}
@media (max-width: 1025px) {
#header {
background-color: @primaryDarker !important;
}
}
/* END - Background image on forum */