.carousel-item {
    height: 90vh;
    position: relative;
    width:100%;

  }
  
  .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    color: white !important;
    text-align: center;

  }
  
.carousel-control-next, .carousel-control-prev {
  width: 30px;
  height: 60px;
  top:50%;
  background: rgba(66, 66, 66, 0.7);
  transform: translateY(-50%);
}


.carousel-title {
  font-size: 2em;
  width: 100%;
  display: block;
  font-weight: bold;
}

.slogan {
  font-size: 1.3em;
}

.saino-logo {
  width: 100%;
  height: auto;
  text-align: center;
}

.saino-logo img {
  max-height: 266px;
  max-width: 70%;
  object-fit: cover;
  border-radius: 50%;
}

.success-label {
  width:60%;
}

.btn-carousel {
  font-size: 1em;
  padding: 6px 19px;
}

@media screen and (max-width:992px) {
  .success-label {
    width:70%;
  }
}


@media screen and (max-width:786px) {
  .carousel-item {
    height: 60vh;
  }
  
  .carousel-item img {
    height: 100%;
    width: 100%;
  }

  .carousel-caption {
    top:45%;
    transform: translateY(-45%);
  }

  .carousel-title {
    font-size:1.5em;
  }

  .slogan {
    font-size: 1.1em;
  }

  .success-label {
    width:98%;
  }
}

@media screen and (max-width:576px) {
  .carousel-item {
    width:100%;
    height: 100%;
  }

  .carousel-caption {
    transform: translateY(-35%);
  }

  .carousel-title {
    font-size: 1em;
  }

  .slogan {
    font-size: 0.9em;
  }
  .carousel-item img {
    height: 100%;
    width: 100%;
  }

  .success-label {
    width:95%;
  }

  .btn-carousel {
    font-size: 0.9em;
    padding: 4px 10px;
  }
}

@media screen and (max-width:480px) {
  .carousel-item {
    width:100%;
    height: 100%;
  }

  .carousel-caption {
    transform: translateY(-70%);
  }
  .carousel-title {
    font-size: 1em;
  }
  .carousel-item img {
    height: 100%;
    width: 100%;
  }
}

.story-image {
  transition: transform 0.3s ease-in-out;
  filter: brightness(0.95);
}

.story-image:hover {
  transform: scale(1.25);
  filter: brightness(1) hue-rotate(20deg);
}
