.accreditation-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.ex-branch-view .page-content {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.hero-video {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .branch-actions .desktop {
    display: none !important;
  }
}

.branch-actions a.mobile {
  margin: 0;
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0;
  text-decoration: underline;
  color: #00853e !important;
  border: 0 !important;
  background-color: rgba(0,0,0,0) !important;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 32px !important;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: .875em;
  margin: 0 !important;
}

@media only screen and (min-width: 769px) {
  .branch-actions .mobile {
    display: none !important;
  }
}