@charset "utf-8";

.pointsofinterest {
  /* height: 525px;*/
  height: 560px;
  overflow: hidden;
}

.pointsofinterest h3 {
  margin: 0px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0px;
}

.pointsofinterest img {
  position: absolute;
  height: 560px;
  margin: 0px;
}

.pointsofinterest ul,
.pointsofinterest li {
  margin: 0px;
  padding: 0px;
  position: absolute;
}

.pointsofinterest li > img {
  height: 170px;
}

.pointsofinterest ul li {
  list-style-type: none;
}

.x,
.y {
  display: none;
}

.poi_points li {
  z-index: 1000;
  /* background: url(../images/whiteTrans.png); */
  padding: 8px;
  cursor: pointer;
  width: 16px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  -moz-box-shadow: 0px 0px 10px rgb(22, 22, 22);
  box-shadow: 0px 0px 10px rgb(22, 22, 22);
  -webkit-box-shadow: 0px 0px 10px rgb(22, 22, 22);
}

.poi_contents li {
  z-index: 1001;
  display: none;
  width: 205px;
  background: #ffffffab;
  padding: 10px;
  border-radius: 40px;
  -moz-box-shadow: 0px 0px 10px #666;
  box-shadow: 0px 0px 10px #666;
  -webkit-box-shadow: 0px 0px 10px #666;
  height: 190px;
}

.poi_arrow {
  display: block;
  position: absolute;
  z-index: 1001;
}

.arrow_left {
  height: 60px;
  width: 27px;
  background: url(../images/arrow_left.png);
  margin-left: -37px;
}

.arrow_right {
  height: 60px;
  width: 27px;
  background: url(../images/arrow_right.png);
}

.poi_close {
  position: absolute;
  margin-top: -25px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/close.png);
  cursor: pointer;
}

.close_left {
  margin-left: 200px;
}

.close_right {
  margin-left: -30px;
}

@media only screen and (max-width: 1200px) {
  .poi_points {
    display: none;
  }

  .pointsofinterest {
    /* height: 525px;*/
    height: auto;
    overflow: hidden;
  }

  .pointsofinterest img {
    position: relative;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
