#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;
  justify-content: center !important;
}

.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: .5rem;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  width: auto;
}

.carousel-logo img {
  width: 13vw;
  max-width: 225px;

}

.carousel-logo a.logo-ieee-aps img {
  width: 13vw !important;
  max-width: 225px !important;
  margin-top: 10px !important;
}

.carousel-logo a.logo-ursi img {
  width: 12vw !important;
  max-width: 175px !important;
  margin-top: 10px !important;
}

.carousel-logos-right {
  position: absolute;
  top: 22.5px;
  right: 1.5vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.carousel-logos-right a {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 15px !important;
}

.carousel-logos-right img {
  width: 13vw;
  max-width: 225px;
  height: auto;
}

.carousel-logos-right a.logo-usfrs img {
  width: 11vw !important;
  max-width: 125px !important;

}

#room-carousel .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
}

#room-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.9;
}

@media (max-width: 768px) {
  .carousel-logo {
    top: 10px;
    left: 1vw;
    right: auto;
    align-items: flex-start;
  }

  .carousel-logo img {
    width: 20vw;
    max-width: 170px;
  }

  .carousel-logo a:nth-child(2) img {
    width: 20vw;
    max-width: 170px;
    margin-top: 7px;
  }

  .carousel-logos-right img {
    width: 20vw;
    max-width: 170px;
  }

  .carousel-logo .tagline {
    font-size: .30rem !important;
    padding: 1px 3px;
    max-width: 60%;
    word-wrap: break-word;
  }

  .carousel-logo a.logo-ieee-aps img {
    width: 20vw !important;
    max-width: 170px !important;
  }

  .carousel-logo a.logo-ursi img {
    width: 15vw !important;
    max-width: 170px !important;
  }

  .carousel-logos-right {
    top: 15px;
    right: 1vw;
  }

  .carousel-logos-right a {
    margin-bottom: 10px;
  }

  .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: 75%;
    word-wrap: break-word;
    font-size: 0.4rem;
  }
}