@media only screen and (min-width: 499px) {
  section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    left: 0px;
    top: -100%;
    width: 100%; /* == 200px */
    height: 100%; /* == 40px */
    background: rgba(255, 255, 0, 0.4);
    background-image: url("../images/bg/comingsoon.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .cusCaption {
    float: inline-start;
    font-size: 10px;
    z-index: 20;
    font-weight: 800;
    color: rgba(0, 0, 0, 1);
  }
}
@media only screen and (max-width: 500px) {
  section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    left: 0px;
    top: -100%;
    width: 100%; /* == 200px */
    height: 100%; /* == 40px */
    background: rgba(255, 255, 0, 0.4);
    background-image: url("../images/bg/comingsoon.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .cusCaption {
    font-size: 80px;
    z-index: 20;
    font-weight: 800;
    color: rgba(0, 0, 0, 1);
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.Hand:hover {
  cursor: pointer;
}

.fixIcon {
  position: relative;
  top: 5px;
  padding-right: 5px;
}

.indicator-progress {
  display: inline-block;
}
