
    /**
     * @file
     * Pageblock Video CSS file.
     * @author Jimmy K.
     */

    /* ================================================== */
    /* Media
    /* ================================================== */

    .pageBlock_VideoElementHolder .pageBlock_MediaHolder .pageBlock_Caption {
        width: 100%;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        line-height: normal;
        padding: 8px 10px;
        position: absolute;
        bottom: 0;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .pageBlock_VideoElementHolder .pageBlock_MediaHolder .pageBlock_PlayImage {
        width: 108px;
        height: 77px;
        background-image: url(../images/sprite.png);
        background-size: 100% 100%;
        background-position: 0px 0px;
        margin: 0;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
    }
