.video-js {
    /*opacity: 0;
    filter: alpha(opacity=0);*/
}

.vjs-default-skin {

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.jm-vjs-big-play-button {
    left: .5em;
    top: .5em;
    font-size: 1.5em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    border: .1em solid #3b4249;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4em;
    -webkit-box-shadow: 0 0 1em rgba(255,255,255,.25);
    -moz-box-shadow: 0 0 1em rgba(255,255,255,.25);
    box-shadow: 0 0 1em rgba(255,255,255,.25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: rgba(0, 0, 0, 0.2);
    background: none;
    border-color: rgba(0, 0, 0, 0);
    color: #FFF;
    font-size: 1.2em;
    top: auto;
    bottom: .5em;
}

.tile_box.list:hover .jm-vjs-big-play-button:focus {
    border-color: #FFE800;
}

.jm-vjs-big-play-button:before {
        content: "\e001";
    font-family: VideoJS;
    line-height: 1.5em;
    text-shadow: .05em .05em .1em #000;
    text-shadow: none;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #BCEDFF;
}
