/************************
 * 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-page-content > .sm-page-layout > .sm-page-layout-region-header {
    background-color: #020202;
            background-color: rgba(2,2,2, 0.75);
    }
    .sm-user-ui .sm-page-content > .sm-page-layout >
    .sm-page-layout-region >
    .sm-page-layout-region-center {
    background-color: #ebebeb;
            background-color: rgba(235,235,235, 0);
    }
    .sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region-footer {
    background-color: #dedede;
            background-color: rgba(222,222,222, 0);
    }
/* Hide the Gallery Title & gallery description */
.sm-gallery-cover-title {
display: none !important;
}