section.mainview .ipsButton {
  background-color: transparent;
  margin-top: 11vw;
  font-size: 30px;
  font-weight: bold;
  padding: 0;
  color: white;
  margin: 0 200px;
  box-shadow: 0 0 10px #072763;
  border: 0;
}
section.tfpromoview .ipsButton {
  background-color: transparent;
  margin-top: 11vw;
  font-size: 30px;
  font-weight: bold;
  padding: 0;
  color: white;
  margin: 0 20px;
  box-shadow: 0 0 10px #072763;
  border: 0;
}
section.mainview .ipsButton:hover {
  filter: brightness(1.2);
}

@media (max-width: 1280px) {
  section.mainview .ipsButton {
    margin: 0 20px;
  }
}