#splash-container, #main-canvas {
  overflow: visible !important;
}

.sticky {
    position: sticky !important;
    top: 0 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.bar1::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.bar1 {
  -ms-overflow-style: none;  /* IE and Edge */
  /*scrollbar-width: none;  /* Firefox */
}

.roundy img {
    border-radius: 25px !important;
}

.ball img {
    border-radius: 100px !important;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-height {
    min-height: auto !important;
}

.dbprhj  {
    padding: 0px !important;
}