#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.7);
  opacity: 1;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  left: 0px;
  top: 0px; }
  #loader img {
    width: 175px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #loader h4 {
    position: absolute;
    display: inline-block;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px; }
  @media screen and (max-width: 1600px) {
    #loader h4 {
      top: 55% !important; } }
