.owl-carousel {
	height: 100%;
}
.owl-stage-outer {
  height: 100% !important;    
}
.owl-stage {
  height: 100%;   
}
.owl-item {
  height: 100%;
}
.owl-carousel .item {
  position: relative;
	width: 100%;	
	height: 100%;
  background: #000 none repeat scroll 0 0;
}

.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}
.owl-carousel .owl-item picture, 
.owl-carousel .owl-item img {
  display: initial;
}