.banner{
  padding: 0;
}

.slide{
  width: 100%;
  height: 25rem;
}

.file-icon{
  height: 5rem;
  width: 5rem;
}
.small-file-icon{
  height: 3rem;
  width: 3rem;
}
.external{
  color: #bae8fe;
}

.a{
  color: #207dbe;
  text-decoration: underline;
}
.a:hover{
  color: #000000;
}


@media (max-width: 540px) {
  .slide{
    width: 100%;
    height: 5rem;
  }


}
