  section.events .inside {
  position: relative;
}
@media (min-width: 992px) {
  section.events .inside {
    width: 70%;
    margin: 0 auto -5rem;
  }
}
section.events img.allevents {
  width: 100%;
  margin-bottom: 4rem;
}
section.events .card {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}
section.events .card .card-body {
  background-color: #fbfbfb;
}
section.events .card .card-body h4 {
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}
section.events .card-pics {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
section.events .event-logo {
  height: 100%;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.events .event-logo img {
  max-width: 100%;
  max-height: 100%;
}