/* ==================== .destinations  style ============================== */

.destinations .img {
  position: relative;
}

.destinations .img .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  padding: 50px 30px 0;
  background: linear-gradient(to top, #000, transparent);
}

.destinations .img .info h2 {
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  position: relative;
  font-weight: 400;
}

.destinations .img .info h2:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  border-radius: 30px;
}

.destinations .img .info h2 a {
  color: #fff;
  font-weight: 400;
}

.destinations .img img {
  width: 100%;
}

.destinations .img.tall img {
  height: 470px;
}

.destinations .img.short img {
  height: 230px;
}

.destinations .img.short {
  margin-bottom: 10px;
  margin-left: 10px;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
  .destinations .img .info h2 {
    font-size: 21px;
  }

  .destinations .img.tall img {
    height: 230px;
  }

  .destinations .img.tall {
    margin-bottom: 10px;
  }

  .destinations .img.short {
    margin-left: 0;
  }
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
