.slide-container{background: rgb(56 56 56 / 60%);}
.slider{width:100%;display:block}
.slidebox img{width:100%}

.slick-slide{ height: auto; }

.slick-slide img{
    -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
    box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
    -moz-transform: scale(0.90);-webkit-transform: scale(0.90);-o-transform: scale(0.90);-ms-transform: scale(0.90);transform: scale(0.90);
    border: 10px solid transparent;}

.slick-center img{
    -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
    box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
    -moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
    border: 10px solid #66bfb9;}

.slick-center{

 box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 43%);
 z-index: 1;
 position: relative;
}

.slick-slide img:hover,.slick-slide img:focus{
    -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
    -moz-transform: scale(0.95);-webkit-transform: scale(0.95);-o-transform: scale(0.95);-ms-transform: scale(0.95);transform: scale(0.95);
    }

.slick-center img:hover,.slick-center img:focus{-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
    border: 10px solid #66bfb9;}

.slick-slide:focus {outline: -webkit-focus-ring-color auto 0px;}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    /*width: 20px;*/
    /*height: 20px;*/
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
opacity:0.9
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}


.slick-prev
{
    left: -38px;
    background:url('../img/left.png');
    background-size:cover;
    width:40px;
    height:40px;
    -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.slick-prev:hover{
left:-38px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

}

img {
    max-width: 100%;
}

.slick-next
{

    right: -38px;
    background:url('../img/right.png');
    background-size:cover;
    width:40px;
    height:40px;
    -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

}
.slick-next:hover{
right:-38px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

}

@media screen and (max-width: 600px) {
  .slick-next:hover{right:-38px;}
  .slick-prev:hover{left:-38px;}  
}
