html, body {
  background-color: #000000;
  overflow-y:auto!important;
}
.holding-logo {
  filter: invert(1);
}
.logos-row {
  padding-top: 0!important;
  position: relative;
  top: -50px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.logo-container {
  position: relative;
  top: -40;
  float: right;
  width: 180px;
  height: 150px;
  background-color: #212529;
  z-index: 1;
}
.logo-container.active {
  /*border: 1px solid #BBB;*/
  z-index: 99999;
  background-color: #414648;
}
.logo-container.active .logo-image {
  filter: invert(1);
}
.row {
  --bs-gutter-x: 1.0rem;
}
.logo-image {
  max-width:100%;
  max-height:100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  filter: invert(0.8);
  aspect-ratio: 3/2.5;
  width: 300px;
  height: 250px;
}
.slide {
  position: absolute;
  margin: 0 auto;
  max-width: 1400px;
  background-size: cover!important;
}
.slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,1);
    opacity: .6;
    width: 100%;
    height: 100%;
  }

#sliderContainer {
  max-height: 600px;
  height: 600px!important;
  width: 1400px;
}
#slideTitle {
  color: #FFF;
  text-align: left;
  position: relative;
  margin-left: 25px;
  font-size: 38px;
}
#productText {
  color: #FFF;
  text-align: left;
  margin-left: 25px;
  font-size: 16px;
}
#productLink {
  color: #FFF;
  padding: 5px 15px;
  border: 1px solid #FFF;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 25px;
  margin-bottom: 50px;
  font-size: 14px;
}
#productLink:hover {
  color: #000;
  background-color: #FFF;
}
.block {
  min-height: 300px;
  max-width: 700px;
  margin-right: 40px;
  margin-bottom: 80px;
}
.bottomText {
  color: #FFF
}
#productLongText {
  padding: 40px;
  margin: 0 -54px;
  background-color: #212529;
  margin-top:-17px;
}
.txt-sm {
  font-size: 10px
}
@media screen and (max-width: 1200px) {
  .slide {
    width: 100%!important;
    max-width: 100%!important;
    min-height: 350px!important;
  }
  #main {
    width: 100%!important;
  }
  #slideTitle {
    text-align: center!important;
  }
  #productText {
    text-align: center!important;
  }
  #productLink {
    float: none!important;
  }
  #sliderContainer {
    width: 100%!important;
    height: 350px!important;
  }
  .logos-row {
    flex-wrap: nowrap!important;
    height: 150px!important;
    overflow: scroll!important;
    justify-content: unset!important;
  }
  .row {
      --bs-gutter-x: 0;
  }
  .block {
    min-height: 230px!important;
  }
  #productLongText {
    padding: 40px 80px;
  }
}
.social-icon-box {
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 23px;
    text-align: center;
    font-size: 20px;
}

/*@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
}
  .slide {
    width: 100%!important;
    max-width: 100%!important;
    min-height: 350px!important;
  }
  #main {
    width: 100%!important;
  }
  #sliderContainer {
    width: 100%!important;
    height: 350px!important;
  }
  .logos-row {
    flex-wrap: nowrap!important;
    height: 150px!important;
    overflow: scroll!important;
    justify-content: unset!important;
  }
  .row {
      --bs-gutter-x: 0;
  }
  #productLongText {
    margin: 0 10px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #sliderContainer {
    width: 100%!important;
    height: 500px!important;
  }
  #productLongText {
    margin-bottom: 100px;
  }
}*/
