/* 
 * 	Owl Carousel - Auto Height Plugin
 */

@import 'mixins';

.owl-height {
	@include transition(height, 500ms, ease-in-out)
}
