/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.picture-share-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  align-items: center;
  q-scroll-bar: 0px;
  flex-direction: column;
  background-color: #3b4252;
}
.picture-share-container1 {
  top: 1px;
  flex: 1;
  left: -7px;
  width: 100%;
  height: 100%;
  position: absolute;
  align-self: flex-start;
}
.picture-share-container2 {
  display: contents;
}
.picture-share-text {
  left: -4px;
  right: -4px;
  width: 100%;
  bottom: -2px;
  height: 50px;
  position: absolute;
  align-self: center;
  background-color: #3b4252;
}
@media(max-width: 991px) {
  .picture-share-container1 {
    width: 100%;
    align-self: flex-start;
  }
}
@media(max-width: 479px) {
  .picture-share-container {
    align-items: flex-start;
  }
  .picture-share-container1 {
    width: 100%;
  }
}
