
.text-carousel
{
	position: relative;
    top:25%;
    z-index: 100;
    color: #fff;
    font-size: 40px;
	font-family: 'Cabin Condensed', sans-serif;
	padding:2% 0;
}
.c-link
{
	color:#06ace8;
}
.c-link:hover
{
	color:#fff;
	transition:all 0.7s ease-in-out;
	text-decoration:none;
}
@media screen and (max-width: 750px)
 {
	.text-carousel
{
   
    font-size:18px;
}
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
	