@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.video, .background-video {
  width: 100%;
  height: 100%;
}

.image {
  vertical-align: sub;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100vw;
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: relative;
}

.button {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px 25px;
  font-family: Instrumentserif, Georgia, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-3 {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}

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

  .button {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 50vw;
  }
}

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

  .button {
    font-size: 20px;
  }

  .div-block-3 {
    bottom: 10%;
  }
}


@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}