.scene-watchbody {
  margin-bottom: 24px;
}

.sceneWatchTitle {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.scene-watch-clear {
  clear: both;
}

.scene-watch-image-container {
  text-align: center;
  margin-bottom: 20px;
}

.watch-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.nav-btn {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #024dbc;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

.nav-btn:hover {
  background-color: #cccccc;
}

.scene-watch-enlarge-btn-cont {
  margin: 10px auto 0;
  width: 280px;
}

.hidden-images {
  display: none;
}