<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#video-wrapper {
    background: url(/application/img/sys-capa-conteudos.png) no-repeat !important;
    background-size: contain  !important;
    background-position: center !important;
}

@media only screen and (max-width: 600px) {
#video-wrapper {
    background-position: center calc(center -20px) !important;
   
    }
}
</pre></body></html>