p {
  color: red;
}

.movie {
  color: orange;
}

p {
  color: red;
}

.movie {
  color: orange;
}

.test-children{width:150px;height:150px;background-color:orange;color:#fff}
.era-float-wrapper {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 100%;
}

.era-float-container {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
}
.era-navigation .btn-scroll {
  max-width: 100vw;
  overflow-x: auto;
  -ms-overflow-style: none;
}

.era-navigation .btn-scroll::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.era-navigation .collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.era-navigation .era-container div:first-child {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
