.bnr-exhibition {
  overflow: hidden;
}
.bnr-exhibition img {
  width: 100%;
  height: auto;
  transition: 1.2s;
  scale: 1;
  position: relative;
}
@media (max-width: 1099px) {
  .bnr-exhibition {
    border-radius: 10px;
    margin-bottom: -60px;
  }
}
@media (min-width: 1100px) {
  .bnr-exhibition {
    margin-bottom: 80px;
    border-radius: 10px;
  }
  .bnr-exhibition:hover img {
    scale: 1.05;
  }
}
