/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
	transition: height .5s ease-in-out, max-height 0.35s ease-in-out;

	&.height-0 {
		max-height: 0;
		transition-duration: 700ms;
	}

	&.height-full {
		max-height: 2000px;
	}
}