#nr26-carousel {
  height: calc(7rem + 20vw);
  max-height: 20rem;
  border-bottom: 1px solid black;
  position: relative;
  overflow: hidden;
}

#nr26-carousel .carousel-inner {
  height: 100%;
}
#nr26-carousel .carousel-item {
  height: 100%;
}
#nr26-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-logo {
  position: absolute;
  top: 15px;
  left: 1vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}
.nrsm-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  margin-bottom: 0px; 
}
.carousel-logo a, .carousel-logo span {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: left; 
}
.carousel-logo .tagline {
  font-size: .72rem;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 0px;
  width: auto; 
}
.carousel-logo img {
  width: 16vw;
  max-width: 350px;
}
.carousel-logo a:nth-child(2) img {
  width: 10vw;
  max-width: 250px;
  margin-top: 10px;
}
.carousel-logos-right {
  position: absolute;
  top: 22.5px;
  right: 1.5vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.carousel-logos-right a {
  display: block;
  margin-bottom: 20px;
}
.carousel-logos-right img {
  width: 14vw;
  max-width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  .carousel-logo {
    top: 10px;
    left: 1vw;
    right: auto;
    align-items: flex-start;
  }
  .carousel-logo img {
    width: 23vw;
    max-width: 180px;
  }
  .carousel-logo a:nth-child(2) img {
    width: 14vw; 
    max-width: 180px; 
    margin-top: 10px; 
  }
  .carousel-logos-right img {
    width: 23vw;
    max-width: 180px;
  }
  .carousel-logo .tagline {
    font-size: .30rem !important;
    padding: 1px 3px;
    max-width: 70%; 
    text-align: justify; 
  }
  .carousel-logos-right {
    top: 15px;
    right: 1vw;
  }
  .carousel-logos-right a {
    margin-bottom: 5px; 
  }
  .carousel-caption .caption-box .conf-name,
  .carousel-caption .caption-box .conf-date-location {
    font-size: 1.2em;
  }
}
@media (max-width: 1600px) {
  .carousel-logo .tagline {
    max-width: 70%; 
    word-wrap: break-word; 
    font-size: 0.6rem;
    text-align: justify;
}
}