.sections-with-links {
  position: relative;
  width: 100%;
}
.sections-with-links .sections-background {
  width: 100%;
  height: 100%;
}
.sections-with-links .sections-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sections-with-links .sections-links .section-link {
  height: 100%;
}
@media (min-width: 544px) {
  .sections-with-links .sections-links .section-link:hover {
    background: rgba(0, 0, 0, 0.0784313725);
  }
}
