html,body,#wrapper {
    height:100%;
    margin:0;
    padding:0;
    overflow: hidden;
}
#wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

#wrapper > #enclosure-container {
    display: table-cell;
    vertical-align: middle;
}

#enclosure {
    width: 100%;
}

#top, #bottom {
    left: 0;
}

#top, #bottom {
    position: absolute;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.82);
    color: #f5f5f5;
}

#top {
    font-size: 35px;
}

#top > #live {
    display: inline-block;
    vertical-align: middle;
    width: 95px;
}

#top > span {
    padding-left: 15px;
}

#bottom {
    bottom:0;
    text-align: center;
    font-size: 25px;
}

#bottom > div {
    padding-top: 7px;
    font-size: 21px;
}

#titleName {
    display: none;
}

@media (max-height: 450px) {
    #time {
        display: none;
    }
}

@media (max-width: 800px), (max-height: 300px) {
    #live {
        display: none !important;
    }

    #top, #bottom {
        padding: 5px !important;
        text-align: center;
    }

    #title {
        font-size: 19px;
        padding-left: 0 !important;
    }

    #description {
        font-size: 15px;
    }
}

@media (max-width: 400px), (max-height: 225px) {
    #enclosure, #bottom {
        display: none;
    }

    #top {
        top: 0;
        bottom: 0;
    }

    #top > span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    #titleName {
        display: inline;
        font-size: 19px;
    }
}