@import "projectmobilelarge.css";

@media (max-width: 768px) and (min-width: 481px) {
  /* Brief width and bracket height */

  .brief {
    width: 25rem;
  }

  .briefbracket {
    height: 8rem;
  }

  .webpage {
    width: 32rem;
  }

  .blacksection {
    padding-top: 0rem;
  }
}

@media (max-width: 768px) {
  .hiddenmobile {
    display: none;
  }
}
