.img-wifi {
  width: 68px;
  height: 60px;
  background: url('../img/facilities.png') 0 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.img-kitchen {
  width: 60px;
  height: 60px;
  background: url('../img/facilities.png') 239px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.img-ac {
  width: 55px;
  height: 60px;
  background: url('../img/facilities.png') 176px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.img-laundry {
  width: 68px;
  height: 60px;
  background: url('../img/facilities.png') 300px 245px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.img-barbeque {
  width: 68px;
  height: 60px;
  background: url('../img/facilities.png') 245px -55px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.img-parking {
  width: 40px;
  height: 60px;
  background: url('../img/facilities.png') 176px -56px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.queen-bed{
  width: 60px;
  height: 60px;
  background: url('../img/facilities.png') 123px 0px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.double-bed{
  width: 60px;
  height: 60px;
  background: url('../img/facilities.png') 123px -58px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.third-bed{
  width: 60px;
  height: 60px;
  background: url('../img/facilities.png') 294px -115px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.user {
    width: 60px;
    height: 60px;
    background: url('../img/facilities.png') 118px -114px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.bath {
  width: 60px;
  height: 60px;
  background: url('../img/facilities.png') 294px -166px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.lounge {
    width: 60px;
    height: 60px;
    background: url('../img/facilities.png') 229px -166px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .kitchen {
    width: 60px;
    height: 60px;
    background: url('../img/facilities.png') 165px -167px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .dining {
      width: 60px;
      height: 60px;
      background: url('../img/facilities.png') 100px -167px;
      display: block;
      margin: 0 auto;
      text-align: center;
  }
  .laundry {
    width: 60px;
    height: 60px;
    background: url('../img/facilities.png') 168px -111px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .tv {
    width: 60px;
    height: 60px;
    background: url('../img/facilities.png') 229px -111px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .games {
    width: 60px;
    height: 60px;
    background: url('../img/facilities.png') 294px -211px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .garage {
    width: 60px;
    height: 60px;
    background: url('../img/facilities.png') 226px -210px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #accommodation-booking{
  position: relative;
  width: 100%;
  float: left;
  background-image: url(../img/booking-image.jpg);
  height: 300px;
  padding: 2em;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

