body {
    background-image: url(/img/backgrounds/bg.svg) !important;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}

.hide {
  display: none;
}