.md-top-company-carousel-image > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .md-top-company-carousel--carousel {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .md-top-company-carousel-image > img {
    width: fit-content !important;
    height: 51px;
  }
}

@media screen and (min-width: 1024px) {
  .md-top-company-carousel-image > img {
    width: fit-content !important;
    height: 91px;
  }
}

/** carousel */
.md-top-company-carousel .owl-carousel {
  position: relative;
}
.md-top-company-carousel .owl-carousel .owl-nav .owl-prev,
.md-top-company-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #102D59;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  top: -52px;
}

.md-top-company-carousel .owl-carousel .owl-nav .owl-prev {
  right: 55px;
}

.md-top-company-carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.disabled{
  display: none;
}