/*
 * Bootstrap Carousel Animate CSS 1.0
 * https://github.com/blueimp/Bootstrap-Carousel-Animate
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

a.carousel-control {
  top: 50%;
}

.carousel {
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.6s ease-in-out height;
     -moz-transition: 0.6s ease-in-out height;
      -ms-transition: 0.6s ease-in-out height;
       -o-transition: 0.6s ease-in-out height;
          transition: 0.6s ease-in-out height;
}
