  .dornier-news-events-carousel {
  position: relative;
}
.dornier-news-events-carousel__container:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.dornier-news-events-carousel__wrapper, .dornier-news-events-carousel__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.dornier-news-events-carousel__wrapper {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
}
.dornier-news-events-carousel__wrapper img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px !important;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  will-change: transform;
}
.dornier-news-events-carousel__overlay {
  z-index: 2;
  background-color: #0e0e0e52;
}
.dornier-news-events-carousel__content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 324px;
  padding: 35px;
  overflow: hidden;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dornier-news-events-carousel__content h3 {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 1023.98px) {
  .dornier-news-events-carousel__content {
    min-height: 260px;
  }
}
.dornier-news-events-carousel__title {
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 28px;
}
@media only screen and (max-width: 1023.98px) {
  .dornier-news-events-carousel__title {
    font-size: 18px;
  }
}
.dornier-news-events-carousel__title a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.dornier-news-events-carousel__cta {
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
.dornier-news-events-carousel__cta a {
  padding-bottom: 8px;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  border: none;
  border-bottom: 1px solid white;
}
.dornier-news-events-carousel .posts-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 575.98px) {
  .dornier-news-events-carousel .posts-carousel__nav {
    width: 30px;
    height: 30px;
  }
}
.dornier-news-events-carousel .posts-carousel__nav:hover {
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.dornier-news-events-carousel .posts-carousel__nav:hover rect {
  opacity: 1;
}
.dornier-news-events-carousel .posts-carousel__nav.swiper-button-disabled {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.dornier-news-events-carousel .posts-carousel__nav--prev {
  left: 0;
}
.dornier-news-events-carousel .posts-carousel__nav--next {
  right: 0;
}
.dornier-news-events-carousel .posts-carousel__nav rect {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/*# sourceMappingURL=style-news-events-carousel.css.map */
