@media screen and (min-width: 768px){
    #site-container.home {
    background: linear-gradient(to left,#00000069,rgba(0,0,0,.1)),url(background.jpg) no-repeat scroll center top #000000;
    background-attachment: fixed;
    background-position: left top 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    }
    
    .img-logoExplora {
    background-image: url(logo.png);
    }
    
    .side-text span {
    color: var(--progress-bar);
    }
    
    #site-container {
    --explora-buttons-text: #fff;
    --explora-buttons: #DB1322 ;
    --explora-buttons-hover: #c61e2a;
    --progress-bar: #00215D;
    --progress-bar-background: #00215d26;
    --footer-links-color: #00215D;
    --mobile-back-button-color: #00215D;
    --mobile-logo-width: 34px;
    --mobile-logo-height: 34px;
    --desktop-logo-width:55px;
    --desktop-logo-height: 55px;
    }