#ap25-carousel {
  height: calc(11rem + 33vw);
  max-height: 33rem;
  border-bottom: 2.5px solid #D2AF58;
}

#ap25-carousel .carousel-inner {
  height: 100%;
}

#ap25-carousel .carousel-item {
  height: 100%;
}

#ap25-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-logo {
  position: absolute;
  top: 70px;
  left: 10px;
  z-index: 2;
}

.carousel-logo img {
  max-height: 260px;
  width: 16vw;
  max-width: 225px;
}

@media (max-width: 992px) {
  #ap25-carousel {
    height: calc(8rem + 20vw);
    max-height: 25rem;
  }
}

@media (max-width: 992px) {
  .carousel-logo {
    top: 75px;
    left: 1vw;
  }

  .carousel-logo img {
    width: 27%;
  }
}

.carousel-logos-right {
  position: absolute;
  top: 70px;
  right: 0vw;
  z-index: 2;
  display: flex;
  flex-direction: row;
}

.carousel-logos-right a {
  display: block;
  margin-right: 50px;
}

.carousel-logos-right img {
  height: 3.75vw;
  width: auto;
  max-height: 90px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.75));
}

@media (max-width: 992px) {
  .carousel-logos-right {
    top: 60px;
    right: 2vw;
  }

  .carousel-logos-right img {
    width: 15vw;
    max-width: 100px;
    height: auto;
  }

  .carousel-logos-right a {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .carousel-logos-right {
    display: none;
  }
}

@media (max-width: 992px) {

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

#carousel-1 {
  background-image: url('../images/carousel/carousel_1.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-1>* {
  position: relative;
  z-index: 2;
}

#carousel-2 {
  background-image: url('../images/carousel/carousel_2.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-2>* {
  position: relative;
  z-index: 2;
}

#carousel-3 {
  background-image: url('../images/carousel/carousel_3.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-3>* {
  position: relative;
  z-index: 2;
}

#carousel-4 {
  background-image: url('../images/carousel/carousel_4.1.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-4>* {
  position: relative;
  z-index: 2;
}

#carousel-5 {
  background-image: url('../images/carousel/carousel_5.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-5>* {
  position: relative;
  z-index: 2;
}

#carousel-6 {
  background-image: url('../images/carousel/carousel_6.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-6>* {
  position: relative;
  z-index: 2;
}

#carousel-7 {
  background-image: url('../images/carousel/carousel_7.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-7>* {
  position: relative;
  z-index: 2;
}

#carousel-8 {
  background-image: url('../images/carousel/carousel_8.jpg');
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
}

#carousel-8::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  opacity: 0;
  animation: dim 2s ease-in forwards;
}

#carousel-8>* {
  position: relative;
  z-index: 2;
}

@keyframes dim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.carousel-caption .caption-box .conf-name {
  opacity: 0;
  transform: translateY(50px);
  animation: slideIn 1s ease-out 0.5s forwards;
}

.carousel-caption .caption-box .conf-date-location {
  opacity: 0;
  transform: translateY(50px);
  animation: slideIn 1s ease-out 1s forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-logo {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s ease-out 0.3s forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.carousel-logos-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease-out 0.3s forwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}