.back-img-rentals {
  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/rink-rentals/main.jpg);
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.rink1 {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(/view//build/img/rink-rentals/rink-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rink2 {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(/view//build/img/rink-rentals/rink-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rink3 {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(/view//build/img/rink-rentals/rink-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rink4 {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(/view//build/img/rink-rentals/rink-4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rink4new {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(/view//build/img/rink-rentals/rink4new.jpg);
  background-position: center 12%;
  background-repeat: no-repeat;
  background-size: cover;
}
.rink-header {
  position: absolute;
  top: 80%;
  left: 7%;
  transform: translate(-7%, -80%);
}

.ice-rink h3,
.ice-rink p{
  color: #000A33 !important;
}

@media all and (max-width: 1024px ) {
  .rink-header {
    left: 4%;
    transform: translate(-4%, -80%);
  }
}
