/*
# ------------------------------------------------------------------------
# Vina Animations Image Slider for Joomla 3
# ------------------------------------------------------------------------
# Copyright(C) 2015 www.VinaGecko.com. All Rights Reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: VinaGecko.com
# Websites: http://vinagecko.com
# Forum:    http://vinagecko.com/forum/
# ------------------------------------------------------------------------
*/
.vina-animations-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.vina-animations-slider .caption-block {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
	padding: 0 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}