/* fs */

@media (min-width: 0px) {
  #landing_carousel .carousel {
    min-height: 350px;
  }
  #landing_carousel .main_title {
    font-size: 1.5em;
  }
  #landing_carousel button, #landing_screen button {
    height: 45px;
  }
  #landing_carousel .carousel .carousel-switch-next, #landing_carousel .carousel .carousel-switch-prev {
    /* color: white !important; */
  }
  .slider-image-fit {
    background-position: top center;
  }
}

/* sm */

@media (min-width: 576px) {}

/* md */

@media (min-width: 768px) {
  #landing_carousel .main_title {
    font-size: 2.5em;
  }
  .slider-image-fit {
    /* background-size: contain !important; */
    /* background-position: 50% 80%; */
    /* background-position: 50% 50%; */
  }
  #landing_carousel .carousel .carousel-switch-next, #landing_carousel .carousel .carousel-switch-prev {
    /* color: unset !important; */
  }

  .my-100p-auto{
    margin: auto 100%;
  }


}

/* lg */

@media (min-width: 992px) {
  .my-100p-auto{
    margin: auto auto;
  }

}

/* xl */

@media (min-width: 1200px) {
  #landing_carousel .main_title {
    /* font-size: 3em; */
  }
}

/* xxl */

@media (min-width: 1452px) {}