@media (min-width: 992px) {
  .single-event .ova_single_event .container > .row {
    float: left !important;
    width: 66.66666667% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .single-event .ova_single_event .container > .row > .col-md-8 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 30px !important;
  }

  .single-event .ova_single_event .container > .col-md-4 {
    float: left !important;
    width: 33.33333333% !important;
  }

  .single-event .ova_single_event .container > .col-md-4 .single_event_right_info {
    margin-top: 0 !important;
  }
}

.single-event .ova_single_event .container::after {
  content: '';
  display: table;
  clear: both;
}

.single-event .tab_content,
.single-event .tab_content .tab-content {
  height: auto !important;
  min-height: 0 !important;
}

.single-event .tab_content > .tab-pane,
.single-event .tab_content .tab-content > .tab-pane {
  display: none !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.single-event .tab_content > .tab-pane.active,
.single-event .tab_content .tab-content > .tab-pane.active {
  display: block !important;
  overflow: visible !important;
}

.single-event #event_contact.tab-pane.fade {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-event #event_contact.tab-pane.fade.active {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}