#Output-Image {
   background-repeat: no-repeat;
   width: 100%;
   height: 300px;
   background-size: 100%;
   object-fit: cover;
}

.print {
   display: none;
}

#Output-Title {
   text-transform: uppercase;

}

#Image_Button,
#Output-Image,
#Output-Title,
#Output-Text,
#Print_Button {
   display: none;
}


.lds-facebook {
   /* change color here */
   color: #4CAF50
}

.lds-facebook,
.lds-facebook div {
   box-sizing: border-box;
   position: relative;
   margin: auto;
   left: 50%;
   transform: translate(-50%, 0%);

}

.lds-facebook {
   display: none;
   position: relative;
   width: 80px;
   height: 80px;
}

.lds-facebook div {
   display: inline-block;
   position: absolute;
   left: 8px;
   width: 16px;
   background: currentColor;
   animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
   left: 8px;
   animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
   left: 32px;
   animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
   left: 56px;
   animation-delay: 0s;
}

@keyframes lds-facebook {
   0% {
      top: 8px;
      height: 64px;
   }

   50%,
   100% {
      top: 24px;
      height: 32px;
   }
}

::-webkit-scrollbar {
   width: 0px;
   height: 0px;
}

::-webkit-scrollbar-button {
   width: 0px;
   height: 0px;
}