/************************
 * Color Background *****
************************/
html.sm-user-ui  {
    background-image: url(https://photos.smugmug.com/photos/i-8kFCdSn/0/13d000db/X3/i-8kFCdSn-X3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
}

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