  #view-page {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 15px;
    min-height: 300px;
    max-height: 340px;
    cursor: url('../asset/normal.cur') 39 39,auto;

    @media only screen and (max-width: 767px) {
      min-height: 210px;
    }
  }
  
  #view-page > div {
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: transform;
  }
  
  #view-page > div > div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    will-change: transform;
    box-shadow: 0 62.5px 125px -25px rgba(50, 50, 73, 0.5), 0 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
  }
  