*{
    font-family: 'Christmas Classica', sans-serif;
}
.albumart{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    width: 50%;

    border:0px;
    border-radius:.3rem;

}
.h1, h1{
    text-align: center;
    font-size: 1.75rem;
}

@media (min-width: 576px){
    .h1, h1{
        text-align: left;
        font-size: 1.75rem;
    }
    .albumart {
        width: 100%;
        border:0px;
        border-radius:.3rem;
    }
    .h1, h1{
        font-size: 2rem;
    }}
@media (min-width: 764px){

    .albumart {
        width: 100%;
        border:0px;
        border-radius:.3rem;
    }
    .h1, h1{
        font-size: 2.5rem;
    }}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 0.9;
}
.christmas-bg{
    background: black;
    background-image: url(/media/background-xmas-radio.jpeg);
    background-size: cover;
    display: block;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 110%;
    background-position: center;

    left: 0;
    position: fixed;
    right: 0;
    z-index: -100;
}
.h4, h4 {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #e70b97;
}
.video-js-responsive-container.vjs-hd {
    padding-top: 7.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 7.25%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #ffffff;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
@media (min-width: 576px){
    .jumbotron {
        padding: 20px;
    }}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border-radius: .3rem;
}
.video-js-responsive-container .video-js {
    height: 41px;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px solid black;
    border-radius: .3rem;
}
.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: white;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #e70b97;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.media-heading{
    padding-top:10px;
}
.front{
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    left: 0;
    position: fixed;
    margin-left: 20px;
    margin-right: 20px;
    right: 0;

    padding: 0 10px;
}


.btn-xmas{
    color: white;
    background: #1E742A;
    text-align: left;
}
.btn-xmas:hover{
    color: white;
    background: #1E742A;
    text-align: left;
}