.splide__slide img {
   display: block;
   width: 100%;
   transition: transform 400ms;
   transform: scale(.95);
   transform-origin: center center;
}

.splide__slide.is-active img{
	   transform: scale(1);
}

::-webkit-scrollbar-track
{
	background-color: #F5F5F5 !important;
}

::-webkit-scrollbar
{
	width: 12px !important;
	background-color: #F5F5F5 !important;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000 !important;
}