.owl-carousel{
  width:100%;
}

.home .owl-carousel{
  border-bottom: 1px solid rgb(209, 199, 166);
}

.owl-carousel .owl-item img{
  height:auto;
  width:auto;
  min-width: 100%;
  min-height:100%;
  max-width: 1100px;
}

.owl-item a{
  height:620px;
  display:block;
}

.owl-nav{
  width: 100%;
  position: absolute;
  top: 44%;
  display: flex;
  justify-content: space-between;
  font-size: 3em;
  color: white;
  font-weight: 300;
}

.owl-nav button{
  margin:0 15px;
}

.owl-dots{
  bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.owl-carousel button.owl-dot{
  width: 10px;
  height: 10px;
  background-color: rgb(51, 51, 51);
  margin:0 4px;
  border-radius: 50%;
}

.owl-carousel button.owl-dot.active, .owl-carousel button.owl-dot:hover{
  background-color: rgb(209, 199, 166);
}

/****TABLET*****/
@media only screen and (max-width: 1024px) {

    .owl-carousel .owl-item img {
      min-width: 120%;
    }
}

/****CELPHONE****/

@media only screen and (max-width: 600px) {

  .owl-carousel{
    width:auto;
  }

  .owl-height{
    height:auto;
  }

  .owl-item a{
    height:315px;
  }

  .owl-carousel .owl-item img{
    height: auto;
    min-width:100%;
    width:500px;
	}

  .owl-nav{
    top:30%;
  }
}
