.premium-videos
{
    background: darkgoldenrod;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    padding-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.premium-videos .premium-videos-title
{
    display: block;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.premium-videos img
{
    filter: blur(10px);
}

.time-coord:hover
{
    border: 2px solid orangered;
    background: rgba(255, 255, 255, 0.2);
}