.close_small {
    width: 25px;
    color: white;
    font-weight: bold;
    transform: scale(1.1);
    text-align: center;
    cursor: pointer;
    /* position: fixed !important; */
  }

  .close_big {
    width: 25px;
    color: white;
    font-weight: bold;
    transform: scale(1.4);
    text-align: center;
    cursor: pointer;
  }