/* global */
.headlines-logos {
  height: 100%;
  width: 100%;
}
.home-highlight {
  font-weight: bold;
}
/* mobile */
@media (max-width: 767px) {
  .owl-headlines-wrap {
    width: 77%;
    border-radius: 10px;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 85%;
  }
  .owl-headlines > .owl-stage-outer {
    padding-top: 4%;
    height: 47vw;
  }
  .headlines-logos {
    border-radius: 10px;
  }
}
/* tablets */
@media (min-width: 768px) {
  .owl-headlines .owl-nav button.owl-prev,
  button.owl-next {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* .owl-headlines .owl-nav.disabled {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    right: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 19vw;
  } */
  .headlinesNavbuttons {
    width: 26px;
  }
  .owl-headlines-wrap {
    width: 77%;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .owl-headlines > .owl-stage-outer {
    padding-left: 2%;
    padding-top: 4%;
    height: 25vw;
  }
  .headlines-logos {
    border-radius: 5px;
  }
  .owl-headlines > .owl-nav {
    float: left;
    position: absolute;
    top: 25%;
    left: -7%;
    display: flex !important;
    flex-direction: column;
  }
}
/* medium */
@media (min-width: 992px) {
  .owl-headlines .owl-nav.disabled {
    bottom: 18vw;
  }
  .headlinesNavbuttons {
    width: 34px;
  }
  .owl-headlines-wrap {
    border-radius: 8.3px;
    -webkit-box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
  }
}
/* large */
@media (min-width: 1200px) {
  .owl-headlines-wrap {
    border-radius: 10px;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
  }
}
