.banner_container {
  position: relative;
  background-image: url(../img/cover.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 75vh;
  width: 100%;
}

.banner_title h2,
.event_title,
.banner_prompt,
.event_box p {
  text-transform: uppercase;
}
.banner_title a,
.event_container > p {
  text-transform: capitalize;
}
.banner_title {
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 40px;
  width: 630px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner_title h2 {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
.banner_title a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 70px;
  background-color: #303132;
  color: white;
}
.banner_title a:hover {
  background-color: #535151;
}
.banner_prompt {
  line-height: 5vh;
  height: 5vh;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  background-color: #e3e3e3;
}
.event_container,
.event_box-list,
.event_box {
  font-size: 0;
}
.event_container {
  text-align: center;
  padding: 85px 0;
}
.event_title {
  font-size: 2rem;
  letter-spacing: 0.75rem;
}
.event_divider {
  margin: 25px auto;
  width: 30px;
  border-bottom: 1px solid black;
}
.event_container {
  font-size: initial;
  font-weight: 300;
}
.event_container p {
  letter-spacing: 0.5rem;
}
.event_box-list {
  margin-top: 70px;
}
.event_box {
  display: inline-block;
  vertical-align: middle;
  width: 325px;
  height: 455px;
}
.event_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.event_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event_box {
  position: relative;
}
.event_box a p:nth-child(1) {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  letter-spacing: 0.5rem;

  color: #303132;
}
.event_box a p:nth-child(2) {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: initial;
  letter-spacing: initial;
  color: #ffffff;
  background-color: #303132;
}

.event_box + .event_box {
  margin-left: 10px;
}
main::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: " ";
  border-top: 1px solid #989898;
  border-bottom: 1px solid #595757;
}
