#video_holder {
    position: relative;
    background: #000;
    width: 640px;
    margin: 20px auto;
    height: 480px;
}

#video_holder img,
#video_holder iframe { display: block; }

#play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url('../js/simplePlayer/play-button.png') no-repeat 50% 50%;
    background-size: auto, cover;
    z-index: 9999;
}

#play:hover { background-color: rgba(0,0,0,0.2) !important; }

.modal{
    background-color: #00000090;
}
.modal .modal-dialog{
    margin-top: 10%;
    width: 90%;
}
.modal .modal-content{
    border: none;
    border-radius: 0;
}
.modal-body{
    padding: 0;
}