body {
   background-image: none;
   background-color: rgb(0, 0, 0);
   min-width: 300px;
   height: 100vh;
   display: flex;
   align-content: center;
}

h3, p {
   font-family: "Work Sans", Arial, sans-serif;
   font-weight: 200;
}

h3 {
   font-size: 1.5rem;
}

.carousel {
   margin: auto;
}

 .carousel-item img {
   max-width: 100%;
   max-height: 100vh;
}

#circle_pano img {
   max-height: 100vh;
}


.carousel-caption {
   padding: 0;
}

.carousel-caption h3, .carousel-caption p{
   margin-bottom: 3px;
   padding: 0;
}

.carousel-caption h3 {
   font-size: clamp(0.9rem, 2vw, 1.75rem);
}

.carousel-caption p {
   font-size: clamp(0.7rem, 1.3vw, 1.5rem);
   margin-bottom: 1rem;
}

@media only screen and (orientation: landscape) {
   .carousel-caption h3 {
      font-size: clamp(0.9rem, 2vw, 1.75rem);
   }
   
   .carousel-caption p {
      font-size: clamp(0.7rem, 1.3vw, 1.25rem);
   }
}

@media screen  and (max-width: 1399px)  {
   .carousel-caption h3,
   .carousel-caption p {
      margin-bottom: 0;
   }

   #indicators {
      margin-bottom: 0;
   }

   #indicators button {
      height: 1px;
      /* border: 6px solid transparent */
   }
   
}

