#content {
  /* margin: 150px auto; */
  margin: 60px auto;
  margin-top: 0px;
  max-width: 760px;
  text-align: center;
}

#carousel_container {
  width: 95%;
  max-width: 600px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#carousel {
  width: 600px;
  height: 300px;
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
}

#carousel li {
  position: absolute;
  margin: 0;
  padding: 0;
  float: left;
}

#carousel li img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#c1 {
  /* width: 300px; */
  width: 540px;
  height: 295px !important;
  /* left: 150px; */
  left: 28px;
  top: 25px;
  z-index: 3;
  overflow-y: scroll;
  overflow-x: hidden;
}

#c2 {
  width: 240px;
  /* height: 200px; */
  height: 295px !important;
  left: 300px;
  top: 50px;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
}

#c3 {
  width: 180px;
  /* height: 150px; */
  height: 295px !important;
  left: 420px;
  top: 75px;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

#x1 {
  width: 120px;
  /* height: 100px; */
  height: 295px !important;
  left: 600px;
  top: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#c4 {
  width: 180px;
  /* height: 150px; */
  height: 295px !important;
  left: 0px;
  top: 75px;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

#c5 {
  width: 240px;
  /* height: 200px; */
  height: 295px !important;
  left: 60px;
  top: 50px;
  z-index: 2;
  overflow-y: scroll;
  overflow-x: hidden;
}

.move img {
  /* width: 50px; */
  width: auto;
  height: 30px;
  margin-bottom: 8px;
  /* border: 3px solid #333; */
}

/* .move.active img {
  border: 3px solid #5a5;
} */

#move_mark {
  width: 95%;
  max-width: 500px;
  margin: 5px auto;
  margin-top: 15px;
  position: relative;
  bottom: 0;
}

#move_mark a {
  color: #666;
  /* font-size: 20px; */
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  /* border-radius: 50%; */
  padding: 8px;
  /* background: #025b64; */
  margin-inline: 2px;
}

#move_mark a.active,
#move_mark a:hover {
  /* color: #fff; */
  background: transparent;
  border-bottom: 1px solid #81d817;
}

#move_back {
  margin: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#move_next {
  margin: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
