/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Custom
 */
.owl-carousel .item {
display: inline-block;
margin-right: 10px;
transition: all 0.3s ease-in-out;
}

.owl-carousel .item:hover{
transform : scale(1.1);
}