
/***  Slide Image Background  ***/

.xh-timetable .owl-item {
  position: relative;
  overflow: hidden;
}

.xh-timetable .card-bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}




/***  Slide Card  ***/

.xh-timetable .hide {
  display:none;
}

.xh-timetable .slide-card-outer {
  position: relative;
}

.xh-timetable .slide-card-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 10px;
}



/*** navigation   ***/

.xh-timetable .owl-carousel .owl-nav button.owl-prev {
    background: #333333d4 !important;
    color: #fff;
    border: none;
    padding: 10px !important;
    font: inherit;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
}


.xh-timetable .owl-carousel .owl-nav button.owl-next {
    background: #333333d4 !important;
    color: #fff;
    border: none;
    padding: 10px !important;
    font: inherit;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xh-timetable .owl-carousel .owl-nav button.owl-prev,
.xh-timetable .owl-carousel .owl-nav button.owl-next {

    color: #ffffff !important;

}
