/************************
 * Color Background *****
************************/
html.sm-user-ui  {
        background-size: 100%;
}

@media screen and (max-width: 768px) {
    html.sm-user-ui  {
        background-size: auto;
    }
}
    .sm-user-ui .sm-gallery-cover-download-button  {
    display: none !important;
}

.sm-user-ui .sm-gallery-cover-share-gallery-button  {
    display: none !important;
}

.sm-user-ui .sm-gallery-cover-slideshow-button  {
    display: none !important;
}