.video-button {
    background-color:#6C9424;
    display:inline-block;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    width:100px;
    text-decoration:none;
    text-align:center;
    padding: 0 20px;
    cursor:pointer;
}

.video-button {
 color:white !important;
}
.video-button:hover {
    background-color:#81B103;
}.video-button:active {
    background-color:#81B103;
    position:relative;
    top:1px;
}

#treepodia-video-button{
    display:none;
    position:absolute;
    top:475px;
    right:230px;
	z-index:999;
}