
.character-picture.character-01 {
  width: 45%;
  height: 40%;
  top: -7%;
}
.character-picture {
  float: right;
  position: relative;
  right: -3%;
}
.character-picture img {
  width: 100%;
  height: auto;
}
.character-text p {
  margin: 0;
  padding: 20px 0;
}
.character-01 .character-text {
  font-size: 16pt;
}
.character-bio {
  font-family: 'Alegreya';
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#content-container {
  text-align: left;
}
.icon {
  float: right;
  position: relative;
  padding: 20px;
  width: 13%;
  height: 10%;
  bottom: 3%;
}
.title{
  width: 93%;
  height: auto;
  margin: 0 auto;
}
p {
  /* position: relative; */
  z-index: 1;
}
.content{
  width: 100%;
  height: auto;
}
.content ol{
  font-weight: 100;
}
span{
  font-weight: 900;
}
#forgingVideo {
  max-height: 1200px;
  min-height: 22.25vw;
}
.forging{
  width: 82%;
}
ol{counter-reset: item;}

ol li{
list-style: none;
list-style-position: outside;
}
