.pageBg {
  z-index: 1;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%),
    none !important;
}

.leftSide {
  display: flex;
  flex-direction: column;
  align-items: start !important;
  text-align: left !important;
  height: auto;
  padding: 0;
  padding: 0 2% 1rem 4%;
}

.leftSide hr {
  display: none;
}

.leftSide {
  width: 100% !important;
}
.leftSide .logo {
  display: none;
  margin-bottom: 0.5rem;
  width: 9vh;
}

.switcherContainer {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

main {
  /* padding: 0.5rem 0 0 0; */
  align-items: start;
}

#imageData {
  opacity: 0;
  gap: 0.75rem;
  position: fixed;
  left: 0;
  bottom: 3rem;
  font-size: 12px;
  padding: 0.5rem 1rem;
  color: white;
  width: fit-content;
  border-radius: 0 8px 8px 0;
  z-index: 100;
  text-shadow: 0 0 3px BLACK;
  transition: opacity 0.1s ease;
}
h1,
.h1 {
  color: white !important;
}

/*-------------Responsive-------------*/

@media screen and (min-width: 586px) {
  .leftSide {
    width: 40%;
  }
  .leftSide .logo {
    display: inline;
  }
}

@media screen and (min-width: 576px) and (min-height: 768px) and (orientation: landscape) {
  main {
    align-items: center;
  }

  .pageBg {
    z-index: 1;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%),
      none !important;
  }
  .leftSide {
    padding: 0 2% 1rem calc(5% + 40px);
  }

  .switcherContainer {
    bottom: calc(var(--footerHeight) + 10px) !important;
    padding: 4px 2px !important;
    border: solid 1px rgba(255, 255, 255, 0.3) !important;
  }
  .renderLabel {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .switcherContainer {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .pageBg {
    z-index: 1;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%),
      none !important;
  }
}
