.owl-carousel {
  position: relative;
}
/*.owl-carousel div:not(.half_underline):not(.center_text):not(.owl-nav):not(.owl-prev):not(.owl-next):not(.owl-acc-wrapper-outer) {
  height: 100%;
}*/
.owl-carousel .owl-slide {
  /*background-image: url("img/1.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.owl-carousel div.owl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 43%;
  
  left: 0;
  right: 0;
  
}
.owl-carousel .owl-nav div {
  position: absolute;

  top: 0;

  

    
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
 
  /*
   width: 70px;
  height: 118px;
  */
   
    width: 40px;
   height: 70px;
  
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: rgba(255,255,255, 0.5);
  opacity: .6;
  text-transform: capitalize;
}
.owl-carousel  .owl-prev {
  left: 5px;
}
.owl-carousel   .owl-next {
  right: 5px;
}

body {
  margin: 0;
}
