 .vjs-default-skin .vjs-big-play-button {
left: 40%;
top: 40%;
width: 20%;
height: 15%;}
@media only screen and (max-width:599px) {
  .vjs-default-skin .vjs-big-play-button {left:25%;top:25%;width:50%;height:50%;}
}
@media only screen and (min-width:600px) and (max-width:768px) {
  .vjs-default-skin .vjs-big-play-button {left:25%;top:25%;width:50%;height:50%;font-size:5em;}
}
.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.block-breadcrumb {
    font-weight: 100;
    font-family: Kanit;
    color: rgb(33, 31, 32);
    text-transform: uppercase;
}
.row-post-bc {
    /*padding: 5px !important;*/
    /*margin-bottom: 10px !important;*/
    background: #f2f2f2;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
}
.bilb {
    background: #3c5a98;
    border: 1px solid #3c5a98;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    
}
.bilb-b {
    border: 0;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}
.btn-live {
    background: #d42028;
    border: 1px solid #d42028;
    margin-left: 5px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
