.fit-to-page {
  width: 100%;
  padding-bottom: 1000px;
  overflow-y: hidden;
}

.page-loading-logo {
  width: 190px !important;
  height: 42px;
}

@media screen and (max-width: 768px) {
  .page-loading-logo {
    width: 150px !important;
    height: 32px;
  }
}
