﻿/* --------------------------------------------------------
	VIDEO PLAY ICON
   -------------------------------------------------------- */	
	.img-sticker {
		position:relative;
		float:left;
		}
		
	.img-sticker a, .img-sticker img{
		display: block;
		overflow:hidden;
		width:100%;
		}
		
	.icon {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width:17%;
		min-width:15px;
		max-width:33px;	
		background:rgba(187, 0, 0, 0.5);
		}
	
	body .icon img{
		margin-bottom:0;
	}
	
	.img-sticker.space-5 {
		margin-bottom:5px;
		}