.image {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section {
  background-color: #1a0d39;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.link-block {
  z-index: 999;
  cursor: pointer;
  width: 100%;
  height: 13%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block {
  position: relative;
}

@media screen and (max-width: 991px) {
  .image {
    margin-top: -22px;
  }

  .link-block {
    z-index: 99;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-top: -9px;
  }

  .link-block {
    height: 18%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 100%;
  }

  .link-block {
    height: 21%;
  }
}
