.aos-image{
  width: 180px;
  height: 180px;
  border: 1px solid #eeeeee;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  .aos-image__inner{
    cursor: pointer;
    width: 100%;
  }
}