.page-index p,
.page-index span {
  font-size: 15px;
}

.page-index .btn-toggle {
  background-color: teal;
  border: none;
  color: #fff;
  padding: 3px 8px;
  cursor: pointer;
  font-size: 14px;
  font-family: var(--font-base);
}

.page-index .video-shell {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.page-index .video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-index .profile-photo {
  image-rendering: -webkit-optimize-contrast;
  width: 50%;
}

.page-index #more {
  display: none;
}

.page-index .lang-bar {
  height: 14px;
}

.page-index .lang-95 {
  width: 95%;
}

.page-index .lang-80 {
  width: 80%;
}

.page-index .lang-30 {
  width: 30%;
}

.page-index .lang-20 {
  width: 20%;
}

@media only screen and (max-width: 1003px) {
  .page-index .w3-quarter,
  .page-index .w3-threequarter {
    min-width: 100%;
  }

  @media only screen and (orientation: landscape) {
    .page-index .profile-photo {
      width: 25%;
    }
  }
}
