.ova-exhibitions-creactive h2, .ova-exhibitions-creactive p {
  margin: 0;
  padding: 0;
}
.ova-exhibitions-creactive .ova-row {
  display: flex;
}
.ova-exhibitions-creactive .ova-row:not(:last-child) {
  margin-bottom: 105px;
}
.ova-exhibitions-creactive .ova-row .item-exhibition {
  flex: 0 0 50%;
}
.ova-exhibitions-creactive .ova-row .item-exhibition.fadeInUp-scroll.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.ova-exhibitions-creactive .ova-row .item-exhibition a.image-box {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
}
.ova-exhibitions-creactive .ova-row .item-exhibition a.image-box img {
  display: none;
}
.ova-exhibitions-creactive .ova-row .item-exhibition a.image-box:hover {
  opacity: 0.85;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content h2.title {
  margin-top: 16px;
  line-height: 35px;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content h2.title a {
  font-size: 28px;
  line-height: 35px;
  color: #25282e;
  margin-top: 28px;
  transition: 0.4s;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content h2.title a:hover {
  color: #c1b696;
}
.ova-exhibitions-creactive .ova-row .item-exhibition .content .date p {
  font-size: 18px;
  line-height: 22px;
  color: #777777;
  margin-top: 10px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(1) .exhibition-con {
  width: 563px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(1) .exhibition-con a.image-box {
  min-height: 420px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con {
  text-align: left;
  width: 363px;
  margin-left: calc(100% - 363px);
  margin-top: 170px;
}
.ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con a.image-box {
  min-height: 270px;
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con {
  width: 563px;
  margin-top: 250px;
  margin-left: calc(100% - 563px);
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con a.image-box {
  min-height: 420px;
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con {
  width: 363px;
}
.ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con a.image-box {
  min-height: 270px;
}

@media (max-width: 1200px) {
  .ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(1) .exhibition-con {
    width: 100%;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .ova-exhibitions-creactive .ova-row {
    display: block;
  }
  .ova-exhibitions-creactive .ova-row article:not(:last-child) {
    margin-bottom: 105px;
  }
  .ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .ova-exhibitions-creactive .ova-row.odd .item-exhibition:nth-child(2) .exhibition-con a.image-box {
    min-height: 420px;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con {
    width: 100%;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(1) .exhibition-con a.image-box {
    min-height: 420px;
  }
  .ova-exhibitions-creactive .ova-row.even .item-exhibition:nth-child(2) .exhibition-con {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .ova-exhibitions-creactive .ova-row .item-exhibition a.image-box {
    background-image: none !important;
    min-height: unset !important;
  }
  .ova-exhibitions-creactive .ova-row .item-exhibition a.image-box img {
    display: block;
  }
}