
.sprocket-features.layout-slideshow .sprocket-features-img-container{
    height: 464px;
}

.sprocket-features.layout-slideshow .sprocket-features-img-container img{
  max-height: 464px;
  height: 100% !important;
}


.sprocket-features.layout-slideshow .sprocket-features-content{
	top: 0;
	bottom: auto;
	padding: 30px 0 30px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.75) 100%);
   background: -webkit-gradient(linear,left top,left top,color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.85)));
   background: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.75) 100%);
   background: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.75) 100%);
   background: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.75) 100%);
   background: linear-gradient(to top,rgba(0,0,0,0) 20%,rgba(0,0,0,0.75) 100%);
}

/*
.sprocket-features .sprocket-features-category span:before{
  border-top: 8px solid #4baf50;
}*/

.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow{
	width: 34px;
	height: 40px;
	line-height: 38px;
	border-radius: 0;
   font-size: 24px;
   background: rgba(0,0,0,0.5);
   -webkit-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;
}

.sprocket-features.layout-slideshow .sprocket-features-arrows .arrow:hover{
	background: #ec0000;
}

.sprocket-features.layout-slideshow:hover .sprocket-features-arrows .arrow.next{
	right: 0;
}

.sprocket-features.layout-slideshow:hover .sprocket-features-arrows .arrow.prev{
	left: 0;
}



/* Small Devices Potrait */
@media (max-width: 768px) {

.sprocket-features.layout-slideshow .sprocket-features-img-container{
    height: 250px;
}

.sprocket-features.layout-slideshow .sprocket-features-img-container img{
  max-height: 250px;
}

}