/** General page styling **/


article {
  width: 100%;
}
main {
  width: 100%;
}
  
section {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  }
section img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 80px;
} 
aside {
  width: 100%;
}
.post-talent {
  width: 100%;
  height: 100vh;
  display: flex;
  }
.avatar-talent{
  right:50px;
  top:50px;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  position: absolute;
  background-size: cover;

}
.gallery-talent {
  height: 100vh;
  background-color: #111;
  width: 55%;
}
.detail-talent {
  height: 100vh;
  padding: 0;
  width: 45%;
}
.detail-talent-content {
  max-height: 100vh;
}
.intro-talent {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.intro-talent h1 {
  padding: 50px 0px 0px 50px;
  width: 65%;
  text-align: left;
}
.age-talent {
  padding: 0px 0px 0px 50px;
}
#vanilla-slideshow{
  width: 100%;
}
#vanilla-slideshow{
  width: 100%;
  height: auto;
}

#player {
  width: 100%;
  height: 100%;
}

.talent-content-video {
  position: relative;
  padding-bottom: 0%;
  height: 100%;
  background-color: transparent;
  z-index: 9;
}


.talent-content-video iframe, .talent-content-video object, .talent-content-video embed {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.talent-content-video-vertical {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  overflow: hidden;
background-color: transparent;
}
.talent-content-video-vertical iframe,  
.talent-content-video-vertical object,  
.talent-content-video-vertical embed {
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.RS-talent {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
}
.RS-talent-content {
  margin-left: 50px;
}
.RS-talent img {
  height: 30px;
  width: auto;
  margin-right: 15px;
  float: left;
}
.tag-talent {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}



.tag-content{
  overflow: scroll;
}
.nav-talent {
  position: absolute;
  z-index: 99;
  height: 100px;
}
.nav-talent a {
  border: 0px;
  color: #111;
}
.nav-talent-previous {
  position: absolute;
  left: 0px;
}
.nav-talent-next {
  position: absolute;
  right: 0px;
}
.nav-talent {
  position: absolute;
  z-index: 99;
  width: 35px;
  right: 0px;
  height: 50px;
  top: 50px;
  right: 50px;
}
.nav-talent p {
  margin: 0px;
  padding: 0px;
}
.nav-edit {
  margin-left: 0px;
  margin-top: 50px;
}
.postit-talent {
  width: 100%;
  bottom: 0px;
  background-color: #FFFFE8;
}
.postit-talent-content {
  padding: 50px;
  width: 50%;
}
.box-photo-date-talent {
  position: absolute;
  color: #FAFF00;
  text-align: left;
  top: 30px;
  left: 50px;
  font-weight: 300;
}
.box-photo-date-talent p {
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}
.player-talent{
  width: 100%;
  height: 100%;
}
.post-edit-link {
  padding: 8px 20px 8px 20px;
  border-radius: 20px;
  background-color: #FFFFE8;
  letter-spacing: 1px;
  border: 1px solid #eee;
  font-size: 12px;
  text-transform: uppercase;
}