/************************
 * Color Background *****
************************/
html.sm-user-ui  {
        background-color: #000000;
    background-image: url(https://photos.smugmug.com/photos/i-Cnvz939/0/MHg3Bm8QLS2fgWwKgzXRsqDVdk9BPTczJsPz55rv3/X3/i-Cnvz939-X3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    html.sm-user-ui  {
        background-size: auto;
    }
}
    