@media (max-width: 319px) {

    .device{
        display: flex !important;
    }

    .title{
        display:none !important;
    }

    #container{
        display: none !important;
    }
    
}

.device{
    background-color: #e4e4e4;
    width:100%;
    height:100%;
    display: none;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index:999;
}

html,body{
    background-color: #fff;
    color:#000;
    color-scheme: light;
    margin:0;
    height:100%;
    width:100%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.title{
    display: flex;
    position: relative;
    width: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    font-size: 35px;
    font-weight: 600;
}


#container{
    width:100%;
    height:auto;
    display: grid;
    position: relative;
    justify-content: center;
}

#event{
    display: inline-block;
    position: relative;
    width:85%;
    padding:10px;
    background-color: #fff;
    border: 1px solid #d0d2d3;
    border-top: 4px solid #fc3;
    margin:auto;
    margin-bottom: 25px;
}

#name{
    text-decoration: underline;
    font-weight: 600;
    margin:0;
}

#summary{
    position: relative;
    margin-top:20px;
    margin-bottom:40px;
}

#datetime{
    font-size:12px; 
    margin:0;
    bottom:10px;
    left:10px;
    position: absolute;
}

#url{
    margin:0;
    bottom:10px;
    right:10px;
    position: absolute
}