*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Libre Baskerville', serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  min-height: 100vh;
  height: 100%;
  width: 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;
  background-color: #222;
}

.container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 2rem;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .container .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .container .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.container .links .video_wrapper {
  position: relative;
  width: 80%;
  aspect-ratio: 16 / 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .container .links .video_wrapper {
    width: 35%;
  }
}

@media (min-width: 1024px) {
  .container .links .video_wrapper {
    width: 35%;
  }
}

.container .links .video_wrapper .title {
  background-color: rgba(34, 34, 34, 0.8);
  height: 3rem;
  width: 100%;
  color: white;
  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;
  font-size: 1rem;
  letter-spacing: 0.4rem;
  font-weight: lighter;
  text-transform: uppercase;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .container .links .video_wrapper .title {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .container .links .video_wrapper .title {
    font-size: 1.8rem;
  }
}

.container .links .video_wrapper iframe, .container .links .video_wrapper a {
  position: absolute;
  padding-top: 3rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.container .links .video_wrapper a {
  background-image: url("/assets/DSC08841.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=style.css.map */