.back-img-bookings {
  position: relative;
  width: 100%;
  height: 60vh;
  background: linear-gradient(rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.2)), url(/view/build/img/event-bookings/events-main.jpg);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 500px ) {
  .kids-room {
    width: 60% !important;
    height: 60% !important;
  }
}
.event-header {
  position: absolute;
  top: 80%;
  left: 8%;
}
.event-header h3 {
  color: #fff;
}

.event-bookings-container h3,
.event-bookings-container p{
  color: #000A33 !important;
}

.event-bookings-container .event-header h3 {
  color: #fff !important
}

@media all and (max-width: 1024px ) {
  .event-header {
    left: 4%;
    top: 75%;
  }
}
.kids_birthday_party {
  position: relative;
  width: 100%;
  height: 50vh;
  background: linear-gradient(rgba(0, 10, 51, 0.5), rgba(0, 10, 51, 0.5)), url(/view//build/img/event-bookings/kids-birthday.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.adult_party {
  position: relative;
  width: 100%;
  height: 50vh;
  background: linear-gradient(rgba(0, 10, 51, 0.5), rgba(0, 10, 51, 0.5)), url(/view//build/img/event-bookings/adult-main.jpg);
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: cover;
}
.film-media {
  position: relative;
  width: 100%;
  height: 50vh;
  background: linear-gradient(rgba(0, 10, 51, 0.5), rgba(0, 10, 51, 0.5)), url(/view//build/img/event-bookings/film-main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hockey-tournament {
  position: relative;
  width: 100%;
  height: 50vh;
  background: linear-gradient(rgba(0, 10, 51, 0.5), rgba(0, 10, 51, 0.5)), url(/view//build/img/event-bookings/hockey-main.jpg);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
