.mbcarousel[class*="--background-gray"] > * {
  margin: 0 auto;
  max-width: 1009px;
}
.mbcarousel_title {
  margin-top: 0;
  padding: 0;
  font-size: 27px;
  line-height: 31px;
  font-weight: normal;
  color: #666666;
}
.mbcarousel_title:empty {
  margin: 0;
}
.mbcarousel_description {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
  font-weight: 400;
}
.mbcarousel_wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mbcarousel_slide {
  background: white;
  display: flex;
  padding: 30px 20px;
  margin: 0 20px 0 0;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  border: solid 1px #f0f0f0;
}
.mbcarousel_wrapper.mbGrey .mbcarousel_slide {
  background-color: #F9F9F9;
}
.mbcarousel_wrapper.mbWhite .mbcarousel_slide {
  background-color: #ffffff;
}
.mbcarousel_wrapper.mbTransparent .mbcarousel_slide {
  background-color: transparent;
}
.mbcarousel_slide:hover {
  border: solid 1px #004494;
}
.mbcarousel_slide-image,
.mbcarousel_slide-text {
  width: 100%;
}
.mbcarousel_slide-image {
  text-align: center;
}
.mbcarousel_slide-image a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbcarousel_slide-text {
  text-align: left;
}
.mbcarousel_slide-image {
  flex: 0 1 auto;
}
.mbcarousel_slide-text {
  flex: 1;
}
.mbcarousel_slide-title {
  font-size: 16px;
  line-height: 24px;
  color: #004494;
  margin: 20px 0 0 0;
}
.mbcarousel_slide-title a {
  padding: 0;
  overflow-wrap: break-word;
}
.mbcarousel_slide-title a,
.mbcarousel_slide-title a:hover,
.mbcarousel_slide-title a:active {
  color: #004494;
  text-decoration: none;
}
.mbcarousel_slide-subtitle,
.mbcarousel_slide-text_date p,
.mbcarousel_slide-text_description p {
  font-size: 13px;
  line-height: 21px;
  color: #666666;
}
/*.mbcarousel_slide-image img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}*/
.mbcarousel_slide-image.mbcarousel_slide-image-empty {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbcarousel_slide-image.mbcarousel_slide-image-empty img {
  max-width: 75px;
}
.mbcarousel_slide .hybris-price {
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
  font-size: 20px;
  line-height: 26px;
}
.mbcarousel_slide .vat-label {
  text-align: center;
}
.mbcarousel_slide-addToCartBtn,
.mbcarousel_slide-addToCartBtn button {
  width: 100%;
}
.mbcarousel_slide-addToCartBtn {
  align-self: flex-end;
}
.mbcarousel_slide-addToCartBtn button {
  background-color: transparent;
  margin: 20px 0 0 0;
}
#MT_modal.addToCartOverlay .mbcarousel_wrapper .slick-prev:before {
  left: 0;
}
#MT_modal.addToCartOverlay .mbcarousel_wrapper .slick-next:before {
  right: 0;
}
#MT_modal.addToCartOverlay .mbcarousel_slide .fb-button-p5a.getquote_btn {
  width: 100%;
  padding: 1px 0;
}
@media (max-width: 1150px) {
  .mbcarousel_title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .mbcarousel_title,
  .mbcarousel_description {
    margin: 0 20px 25px;
    font-size: 20px;
    line-height: 26px;
  }
  .mbcarousel_wrapper {
    margin: 0 20px;
  }
  .mbcarousel[class*="--background-gray"] .mbcarousel_wrapper {
    margin: 0 0 0 20px;
  }
}
