
/* *********************** Elastic-Accordion : Start ************************ */
.group {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  width:100%;
}

.groupItem {
  width: 25vw;
  height: 60vh;
  background-position: center;
  background-size: 60vh;
  margin: 0; padding:0;
  border-radius: 0vw;
  display: inline-block;
  cursor: pointer;
}
/* *********************** Elastic-Accordion : End ************************ */