/*
* Vita LightBox CSS
* Version: 1.0
* Author: @vitatemplates
*/

.v-lightbox {
	cursor: pointer;
}
#Vita-LightBox .modal-body {
	height: 100%;
}
#Vita-LightBox .modal-body img {
	max-width: 100%;
}
#v-lightbox-carousel {
	overflow: hidden;
}
#Vita-LightBox .carousel-control-next-icon, #Vita-LightBox .carousel-control-prev-icon {
	padding: 15px;
	background-size: 20px;
	border-radius: 3px;
}
#Vita-LightBox .carousel-caption {
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 10;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #fff;
	text-align: center;
	background-color: rgba(88, 95, 105, .5);
}
#Vita-LightBox .modal-body {
	padding: .5rem !important;
}