body{ 
    background-color: rgb(255, 255, 255); 
    margin: 0;
}

#banner {
    position: relative;
    width:300px; 
    height:250px; 
    /* border:1px solid #821212;  */
    margin:0 0; 
    cursor: pointer;
    box-sizing: border-box; 
    background-color: rgb(255, 255, 255);
}

svg,button,img {
    position: absolute;
    width:100%;
    height:100%;   
}

#seq01 {
    width: 126px;
    height: auto;
    left: 16px;
    bottom: 36px;    
}

#seq02 {
    width: 126px;
    height: auto;
    left: 158px;
    bottom: 36px;    
}

path {
    fill:white;
}

#logo {
    opacity: 0;
    position: absolute;
    width:100%;
    height:100%;
    background-size: contain;
    background-image: url('img/logo.png');
}

#tagline {
    position: absolute;
    width:100%;
    height:100%;
    background-size: contain;
    background-image: url('img/tagline.png');    
}

#exit{
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    width:100%;
    height:100%;
    padding: 0;
    border:1px solid #000;
    box-sizing:border-box;
    background-color: transparent;
}