.ly_exhPhoto_wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.ly_exhPhoto_wrapper .ly_exhPhoto {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

.el_exhPhoto img{border-radius: 15px;}

@media screen and (max-width: 666px) {
  .ly_exhPhoto_wrapper .ly_exhPhoto {
    gap: 0 10px;
  }
}

.ly_exhPhoto_wrapper .el_exhPhoto {
  flex-shrink: 0;
}
