@charset "utf-8";
  #carousel-indicator .carousel-indicators {
    bottom: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin: 0;
    background-color: rgba(0,0,0,0.52);
  }
.carousel-layout {
    width: 80%;
    margin-top: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    height: auto;



}

  #carousel-indicator .carousel-indicators li {
    width: 11%;
    height: auto;
    text-indent: unset;
    background-color: transparent;
    opacity: 1;
  }

.li-layout {




}


  #carousel-indicator .carousel-indicators li.active {
    opacity: 1;
  }
.img-thumb {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

  #carousel-indicator .carousel-indicators li::before,
  #carousel-indicator .carousel-indicators li::after {
    width: 0;
    height: 0;
  }
.carousel-control-prev-icon {
    height: 2rem;
    width: 2rem;

}
.carousel-control-next-icon {
    height: 2rem;
    width: 2rem;
}



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

@media (max-width:767px){
.carousel-indicators li {
    width: 1rem;
    height: 1rem;
    text-indent: unset;
    opacity: 1;
    text-shadow: 0px 0px;
    list-style-type: none;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    visibility: hidden;
  }
.carousel-control-prev-icon {
    height: 2rem;
    width: 1.5rem;

}
.carousel-control-next-icon {
    height: 2rem;
    width: 1.5rem;

}


}
