/*=============
slick
=============*/

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}

@media (width < 600px) {
.slider img {
width: auto;
    height: 60Vh;
	object-fit:cover;
}	
	
	
}

.slide-loop{
width:100%;
	margin-top:2rem;
}


.slide-items {
  width: 100%;
  display: flex;
  max-width: 100%;
  margin: auto;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

