﻿.play-button {
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 0px;
    padding-left: 0px;
    line-height: 4px;
    border: 6px solid rgba(0,0,0,0.0);
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.0);
    font-size: 4px;
    position: absolute;
    z-index: 1000;
    outline: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.7;
    filter: 'alpha(opacity=70)';
}

    /*.play-button:hover {
        background-color: rgba(0,0,0,0.8);
        box-shadow: 0px 0px 10px rgba(255,255,100,1);
        text-shadow: 0px 0px 10px rgba(255,255,100,1);
    }*/

.video-player {
    position: absolute;
    z-index: 500;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    width: 300px;
    height: 200px;
}
