.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.image {
  position: fixed;
  left: 24px;
  top: 24px;
  right: auto;
  bottom: auto;
  z-index: 4;
  max-width: 240px;
}

.image-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  max-width: 240px;
  margin-top: 16px;
}

.button {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding: 14px 24px 12px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2rem;
  line-height: 100%;
}

.button:hover {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 100%;
}

.div-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: relative;
  z-index: 3;
}

.socials {
  position: fixed;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  margin-right: 0px;
  margin-left: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link-block:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.html-embed-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 56px;
  z-index: 3;
  max-width: 330px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}

.link {
  position: static;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 16px;
  z-index: 10;
  padding: 20px 24px 16px;
  background-color: #3b3b3b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.link-2 {
  margin-top: 2px;
  margin-left: 24px;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 240px;
  }

  .image-2 {
    max-width: 200px;
  }

  .link-block {
    margin-right: 0px;
    margin-left: 10px;
  }

  .link {
    font-size: 1.2rem;
  }

  .link-2 {
    margin-right: 0px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    font-size: 1rem;
  }

  .image {
    max-width: 160px;
  }

  .image-2 {
    max-width: 120px;
  }

  .html-embed-2 {
    bottom: 40px;
    width: 96%;
  }

  .link {
    padding: 12px 16px 10px;
    font-size: 0.8rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 120px;
  }

  .image-2 {
    max-width: 100px;
  }

  .socials {
    left: auto;
    top: 16px;
    right: 18px;
    bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
  }

  .link-block {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .html-embed-2 {
    bottom: 48px;
  }

  .link-2 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 0.8rem;
  }
}