.carousel-container{
  overflow: auto;
  overflow-y:hidden;
  display: flex;
  flex-flow: row nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.custom-carousel button:disabled {
	pointer-events: auto;
	cursor:default;
}

.carousel-container>div{
  flex: none;
  scroll-snap-align: start;
}

.carousel-nav li{
	opacity:0.6;
}

.carousel-nav .active{
	opacity:1;
}

#fullScr{
	top:0;
	left:0;
	right:0;
	bottom:0;
}
