.imagesContainer{
  display: flex;
  flex-direction: row;
  max-height: 200px;
  li{
    .cross{
      position: absolute;
      font-size: 17px;
      color: rgba(0, 255, 255, 0.94);
      top: -3px;
      right: 4px;
      cursor: pointer;
    }
    padding: 2px;
    position: relative;
  }
  img{
    width:50px;
    height: 50px;
  }
}

