/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.html-vers1 {
    
    background: url(../../../../img/cms/logo-sito-ufn.png);
    background-size: cover;
}
.img-footer {
    display: block;
    margin: 20px auto;
}
#logoMusei {
   width:80%;
}
@media (max-width: 767px) {
    #logoMusei {
        width:100%;
    }
}