.schedule .schedule-item {
  position: relative;
}

.schedule .schedule-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #BE202F;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.schedule img {
  width: 285px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.schedule .owl-stage-outer {
  height: 289px;
}

@media screen and (max-width: 767px) {
  .target-box .btgrid .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .target-box .btgrid .row .col {
    width: 100%;
  }
  .target-box .btgrid .row .col img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*# sourceMappingURL=default.css.map */