/*
  CSS for Browser Support Error Landing Page
*/

#root {
  display: none;
}

#support_error {
  min-width: 100%;
  min-height: 100%;
  display: block;
  visibility: hidden;
  padding: 2%;
  background-color: #f1f2f5;
  text-align: center;
}

#bns_img {
  width: 23%;
  position: relative;
}

#bns_error {
  margin: 2% 0;
  text-align: center;
}

#bns_table {
  text-align: center;
  position: relative;
  left: 25%;
  width: 50%;
}

.bns_img {
  width: 30%;
  object-fit: contain;
  margin-bottom: 4%;
}

#bns_firefox {
  width: 35%;
  margin-bottom: 2.7%;
}

#bns_edge {
  margin-bottom: 1.7%;
}

#support_error h5 {
  font-size: 1.2em;
}

#contact {
  margin-top: 5%;
}

@media only screen and (max-width: 767px) {
  #bns_img {
    width: 70%;
  }

  #bns_table {
    left: 0;
    width: 100%;
    text-align: center;
  }

  .bns_img {
    width: 25%;
  }

  #bns_firefox,
  #bns_edge {
    margin-bottom: 14%;
  }

  #support_error h5 {
    font-size: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #bns_img {
    width: 60%;
  }

  #bns_error {
    font-size: 1.3em;
  }

  #bns_table {
    left: 3%;
    width: 97%;
    text-align: center;
  }

  #support_error h5 {
    font-size: 1.7em;
  }
}
