  .p-img-mini{
    margin: 3px;
    width: 100px;
    height:100px;
    border: 2px solid rgb(138, 165, 215);
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .imgsbtnsup{
    background-color: rgba(0, 0, 0, 0.318);
    color: antiquewhite;
    height: 30px;
    width: 30px;
    position: relative;
    margin-top: -30px;
    border: 2px solid rgb(195, 213, 248);
  }

  select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }