@charset "UTF-8";

#overlay {
  position:absolute;
  top:0;
  left:0;
  width:100dvw;
  height:100dvh;
  background-color:rgba(0,0,0,0);
}

body {
  padding:0!important;
  background-color:#000000;
  overflow:hidden;
}

#name {
  font-size:2rem;
  line-height:1;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  margin-top:2rem;
  background-color:#000000;
  align-items:center;
}

#name a {
  color:#FF9900;
  text-decoration:none;
}

#name a:hover {
  text-decoration:underline;
}

#player {
  width:100%;
  height:100%;
  z-index:0;
}

#footer_bar,#profile_friends,#header_bar,#profile_header,.mfc_compliance_link,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#username_container,#drink_container,#drugs_container,#marital_status_container,#profile_about_me > .heading,#about_me_label {
  display:none!important;
}

.profile_section_content {
  margin:0!important;
  padding:0!important;
}

#about_me_value {
  height:100vh;
  width:100vw;
}

.container {
  width:100%!important;
  display:block!important;
  max-width:100%!important;
  margin:0!important;
  padding-right:0!important;
  padding-left:0!important;
}

#about_me_value {
  wiidth:100%!important;
}