body {
  background: linear-gradient(rgba(17, 28, 38, 0.7), rgba(17, 28, 38, 0.7)), url('https://cdn.gamingcube.net/cached/gcbackground.png');
  background-size: cover;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  height: 100%;
  width: auto;
}

.transparentbox {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0px 0px;
  border-radius: 10px;
}

.nodisplay {
  display: none;
}

/* Small Display */
@media (max-width: 992px) {

  .collapse3 {
    display:none;
  }

}


/* Small Display */
@media (max-width: 768px) {

  .collapse2 {
    display: none;
  }

  .collapse3 {
    display: none;
  }


}

@media (max-width: 576px) {

  .collapse {
    display:none;
  }

  .collapse1 {
    display: none;
  }

  .collapse2 {
    display: none;
  }

  .collapse3 {
    display: none;
  }


}