/* TM CMS Page */
html, body { width: 100vw; height: 100vh; background-color: #000000; }
* { margin: 0px; padding: 0px; }
div.container { 
    width: 100%; height: 100%; display: flex;
    align-items: center;
    justify-content: center; }
div.container div.splash { width: 50%; }
div.container div.splash img { width: 100%; }