.online_video_icon {
    background: #e74215;
    width: auto;
    position: absolute;
    padding: 0.5em 1em;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em;
    display: block;
}
.no_decoration {
	text-decoration: none;
}
.online_video_icon:hover{
	color: #fff;
}