.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  background-color: #363636;
}

.yialink-vcontainer {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: block;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image {
  margin-bottom: 40px;
}

.yialink-p {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.yialink-p.secundary {
  text-align: center;
  width: 25%;
  margin-top: 50px;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 479px) {
  .image {
    width: 250px;
    margin-bottom: 20px;
  }

  .yialink-p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 28px;
  }
}


