.pos5-title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 650;
  margin-bottom: 50px;
}
@media screen and (min-width: 1440px) {
  .pos5-title {
    font-size: 2.083vw;
    line-height: 2.865vw;
    margin-bottom: 2.604vw;
  }
}
@media screen and (max-width: 768px) {
  .pos5-title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .social-logo img {
    width: 11.25vw;
    height: 2.396vw;
  }
}
@media screen and (max-width: 768px) {
  .social-logo img {
    width: 180px;
    height: 38px;
  }
}

.tripadvisor-image-list {
  display: grid;
  grid-gap: 22px;
  grid-template-columns: repeat(6, 1fr);
}
.tripadvisor-image-list .item {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tripadvisor-image-list .item img {
  width: 100%;
  height: 100%;
  transition: all 0.9s ease-in-out;
  border-radius: 5px;
  display: block;
}
.tripadvisor-image-list .item img:hover {
  transform: scale(1.2);
}
@media screen and (min-width: 1440px) {
  .tripadvisor-image-list .item {
    margin-right: 1.102vw;
  }
}
.tripadvisor-image-list .link-tripadvisor {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  border-radius: 5px;
}
.tripadvisor-image-list .link-tripadvisor img:hover {
  transform: scale(1);
}
.tripadvisor-image-list .link-tripadvisor .social-travel-logo {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 20%;
  width: 80%;
  height: auto;
}
.tripadvisor-image-list .link-tripadvisor .logo_bg {
  position: absolute;
  z-index: 2;
  width: 70%;
  height: auto;
  top: 10%;
  right: -25%;
}
.tripadvisor-image-list .link-tripadvisor span {
  z-index: 2;
  position: absolute;
  top: 53%;
  color: #fff;
  left: 20%;
  font-weight: 700;
  font-size: 14px;
}
.tripadvisor-image-list .link-tripadvisor:hover span {
  color: var(--main-color);
}

@media screen and (max-width: 1400px) {
  .pos5-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pos5-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .tripadvisor-image-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pos5-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .tripadvisor-image-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .pos5-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .pos5-title {
    margin-bottom: 10px;
  }
  .tripadvisor-image-list .link-tripadvisor a {
    font-size: 12px;
    top: 48%;
  }
}/*# sourceMappingURL=image.css.map */