
.author-footnote:after {
    z-index: 10;
    bottom: 0.3em;
    left: 20px;
    font-size: 14px;
    content: 'Prof. Dr. Tiago Olivoto | UFSM';
    color: white;
    position: absolute;
    height: 1em;
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
:not(.title-slide).remark-slide-content {
    background-image: url(background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.title-slide.remark-slide-content {
    background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(0, 0, 0, 0.31)), url(background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.title-slide.remark-slide-content:after {
    content: "";
    position: absolute;
    top: 100px;
    left: 125px;
    height: 140px;
    width: 720px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(logos.png);
}