body{
margin:0;
padding:0;
}
.slider-wrap {
height: auto;
width: 100%;
margin: 0 auto;
overflow: hidden;
}

.slide-item>img {
width: 100%;
height: 100%;
}

@keyframes fadezoom {
0% {
transform: scale(1);
}

100% {
transform: scale(1);
}
}

.slick-animation {
animation: fadezoom 5s 0s forwards;
}

.slider {
  width: 100% !important;
  margin-bottom: 40px !important;
  padding:0 !important;
  margin-top: 0 !important;
  border-top: none !important;
  border-radius: 0  !important;
  margin: 0 auto;
}

 div.img{
  width: 450px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
 div.img::after{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.slider div img{
  vertical-align: bottom !important;
}

.sample{
  display: flex;
  flex-wrap: wrap;
    margin: 0 auto;
  width: 100% !important;
}

.slider img{
  width: 100%;
    height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 800px){
 div.img{
  width: 160px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
}