<style type="text/css">
    #frame {
    position:fixed;
    display:flex;
    justify-content:center;
align-items: center;
text-align: center;
    width:100%;
    height:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#111;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
    }
    #frame img {
    display: block;
        width:100%;
        height:auto;
margin: 0 auto;
max-width:500px;
object-fit: contain;
    }
#frame div{
width: 100%;
max-width: 800px;
margin-top: -5vh;
padding:  15px;
}
iframe{
width: 100%;
}
    @media all and (min-width:1024px){	
        #frame {
           background-size:  auto 90%;
        }
        #frame img {
            max-width: 420px;
        }
    }
@media all and (max-width:1024px){	
#frame {
align-items: center;
overflow: scroll;
}
#frame div {
margin: -5vh auto 0 auto;
}
}
h2 {
color: #cc0000;
text-transform: uppercase;
font-family: sans-serif;
}
</style>

<div id="frame">
<div>
    <img src="https://0420inc.com/wp-content/uploads/2023/12/0420-3.0-logo-2.webp" alt="0420 - Coming Oct 2026">
<h2>Resurrecting the brand - Oct 2026!</h2>
</div>
</div><!-- permalink_structure ends with slash (/) but REQUEST_URI does not end with slash (/) -->