#carousel_image_link{
position: relative;
}
#carousel_image_link svg {
    width: 40px;
    height: 40px;
    stroke: #ddd;
}
#carousel_image_link .swiper-button-next,
#carousel_image_link .swiper-button-prev {
    width: 40px;
    height: 40px;
}


#carousel_image_link.outside_arrow{
  position: static;
  width: calc(100% - 65px);
}
#carousel_image_link.outside_arrow .swiper-button-prev {
    left: -3px;
}
#carousel_image_link.outside_arrow .swiper-button-next {
    right: -3px;
}

#carousel_image_link .swiper-slide img {
    width: 100%;
    -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
}

#carousel_image_link .swiper-slide a{
  display: block;
  overflow: hidden;
  line-height: 0;
}
#carousel_image_link .swiper-slide:hover a > img{
      transform: scale(1.1);
}
.img-hover-zoom .elementor-widget-container{
  overflow: hidden;
}
.img-hover-zoom img{
  -o-transition: all 1.5s ease;
transition: all 1.5s ease;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
}
.img-hover-zoom:hover img{
      transform: scale(1.1);
}
