.so-widget-factory_carousel-factory-carousel-def-style-d75171398898-434 .owl-carousel .owl-item img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.so-widget-factory_carousel-factory-carousel-def-style-d75171398898-434 .carousel-content.center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 5%;
  opacity: 0;
  display: flex;
  transition: all 0.6s ease;
}
.so-widget-factory_carousel-factory-carousel-def-style-d75171398898-434 .carousel-content .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.so-widget-factory_carousel-factory-carousel-def-style-d75171398898-434 .carousel-content.bottom {
  margin-top: 20px;
}
.so-widget-factory_carousel-factory-carousel-def-style-d75171398898-434 .owl-item:hover .carousel-content.center {
  opacity: 1;
}
.so-widget-factory_carousel-factory-carousel-def-style-d75171398898-434 .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.so-widget-factory_carousel-factory-carousel-def-style-d75171398898-434 .owl-theme .owl-controls .owl-page.active span {
  background: none repeat scroll 0 0 #444444;
}