.bp-video { z-index: 0; text-align: center; background: #CCC; line-height: 0; text-indent: 0; }
.bp-video embed, .bp-video iframe {padding: 0;margin: 0;}
.bp-video .player { width: 100%; height: 500px; overflow: hidden; position: relative; }
.bp-video .player a.bp-video-play-link { display: block; width: 50px; height: 50px; text-decoration: none; border: 0; position: absolute; left: 50%; top: 50%; margin: -25px; }
.bp-video .player a.bp-video-play-link p { display: none; }
.bp-video .player .bp-video-play-button { width: 0; height: 0; border-top: 25px solid transparent; border-left: 50px solid #FFF; border-bottom: 25px solid transparent; }


@media screen and (max-width:959px){
    .bp-video .player { height: 450px; }
}
@media screen and (max-width:767px){
    .bp-video .player { height: 400px; }
}
@media screen and (max-width:639px){
    .bp-video .player { height: 350px; }
}
@media screen and (max-width:479px){
    .bp-video .player { height: 250px; }
}

.beepress-pro {
    background-color: #5cb85c !important;
}

.beepress-lite {
    background-color: #a0a5aa !important;
}
