/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@   artist CD Cover Image part   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#makeRndImgsPanelOutput_ID {
  /*border: 3px solid rgb(197, 72, 9); /* border for checking */
  /*width: 90%;/* width */
  /*----------*/
  /* flex box */
  display: flex;/* set flex box*/
  flex-direction: column;/* row column */
  justify-content: center;/* <============= (or) */
  /*justify-content: space-around;/* <============= (or) */
  /*justify-content: space-between;/* <============== (or) */
  align-items: center;/* vertical position */
  /*----------*/
}

/**/
/**/
/**/
#makeRndImgsPanelOutput_ID > div {
  /*border: 3px solid rgb(9, 18, 197); /* border for checking */
  /*----------*/
  /* flex box */
  display:flex;/* set flex box*/
  /*flex-direction: row;/* row column */
  /*justify-content: center;/* <============= (or) */
  justify-content: space-around;/* <============= (or) */
  /*justify-content: space-between;/* <============== (or) */
  /*align-items: flex-start;/* vertical position */
  /*----------*/
  width: 94%;/* width */
  max-width: 1000px;/**/
}
#makeRndImgsPanelOutput_ID > div > span {
  /*border: 3px solid rgb(65, 197, 9); /* border for checking */
  margin: 0;/* dummy */
  /*width: 94%;/* width */
}
#makeRndImgsPanelOutput_ID > div > span > img{
  /*border: 3px solid rgb(175, 9, 197); /* border for checking */
  width: 100%;/* set image size to fit div or span */
  vertical-align: top;/* remove a space under photos */
}
/**/
/**/
/**/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/