body {
  margin: 0;
  background-color: #fdfdfd;
  background-image: url(../images/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.clients-container {
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: fixed;
  z-index: -1;
}

.partner {
  position: absolute;
  border-radius: 4px;
  max-width: 350px;
  max-height: 100px;
}

@media (max-width: 600px) {
  .partner {
    max-width: 50%;
    max-height: 15%;
  }
}

.partner[src$=".svg"] {
  filter: drop-shadow(0px 1px 1.75px rgba(0, 0, 0, 0.15));
}

.partner[src$=".jpg"] {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.links {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  margin-bottom: 16px;
  z-index: 100;
}

.links a {
  display: inline-block;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 4px 12px;
  border-radius: 14px;
  margin: 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}