.logo-carousel-block {
	position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.logo-carousel-title {
  border-top: 15px solid var(--secondarycolor);
}
.logo-carousel-block .logo-carousel-content {
  z-index: 2;
}
.logo-carousel-block .logotitle, .logo-carousel-block .logoparagraph{
  text-align: center;
  max-width: 60%;
  margin: 0 auto 20px auto;
  color: var(--midgray2);
  font-size: 24px
}
.logo-carousel-block.filter_drk:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  z-index: 1;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.logo-carousel-block.filter_lt:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  z-index: 1;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.logo-carousel-block .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.logo-carousel-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.logo-carousel-video-foreground,
.logo-carousel-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.logo-carousel-block .owl-carousel .owl-item {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-carousel-block .owl-carousel .owl-item img {
  padding:0 10px;
  max-height: 110px;
}
@media screen and (max-width: 768px){
  .logo-carousel-block .logotitle, .logo-carousel-block .logotitle{
    max-width: 90%;
  }
}
.logo-carousel-block .logo-carousel::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  background: linear-gradient(to right,rgba(238,242,247,0) 0%,#ffffff 100%);
  pointer-events: none;
  z-index: 2;
}
.logo-carousel-block .logo-carousel::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 64px;
  background: linear-gradient(to left,rgba(238,242,247,0) 0%,#ffffff 100%);
  pointer-events: none;
  z-index: 2;
}