@charset "UTF-8";

html,body,#profile,#profile_main_about_holder,.profile_section_content,#profile_about_me {
  height:100%;
  margin:0;
}

body {
  background-color:rgb(93,134,92);
  padding:0!important;
  min-width:370px;
}

.profile_section_content {
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}

.profile_section_background {
  background-color:transparent!important;
}

#about_me_container,#about_me_value {
  height:100%;
  display:block;
  background:transparent;
  margin-top:0;
}

.links {
  gap:10px;
  padding:25px 42px;
}

.mfc_compliance_link,#cam_score_container,#city_container,#profile_header,#unix_last_broadcast_container,#status_label,#member_type_value,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#header_bar,#footer_bar,#profile_comments,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#tags_container,#occupation_container,#profile_schedule,#profile_interests_content,#friends_container,#favorite_models_container,#cam_score_label,#member_type_value,#member_message_value,a[href='#wall'],#profile_friends,#profile_password_photo_galleries,#profile_photo_galleries,#profile_mfc_share_content,#pets_container,#favorite_food_container {
  display:none!important;
}

img {
  user-select:none;
  -moz-user-select:none;
  -webkit-user-drag:none;
  -webkit-user-select:none;
  -ms-user-select:none;
}

video {
  position:absolute;
  display:block;
  opacity:1;
  object-fit:fill;
}

@media (min-width: 300px) and (max-width: 575.98px) {
  .profile_section_content,.container-fluid {
    padding:0;
  }

  .container {
    max-width:370px;
    padding:0;
  }

  .links {
    gap:0;
    padding:4px 6px;
  }

  .video-1 {
    transform:translate(18.2px,-75px);
    width:104.1px;
    height:65.7px;
  }

  .video-2 {
    transform:translate(22.2px,-75px);
    width:104.1px;
    height:65.7px;
  }

  .video-3 {
    transform:translate(25.2px,-75px);
    width:104.1px;
    height:65.7px;
  }
}

@media (min-width: 576px) {
  .video-1 {
    transform:translate(22.8px,-97px) rotate(0deg);
    width:134.5px;
    height:85px;
  }

  .video-2 {
    transform:translate(28.8px,-97px) rotate(0deg);
    width:134.5px;
    height:85px;
  }

  .video-3 {
    transform:translate(34.8px,-97px) rotate(0deg);
    width:134.5px;
    height:85px;
  }
}

@media (min-width: 768px) {
  .video-1 {
    transform:translate(31.8px,-133px) rotate(0deg);
    width:184.5px;
    height:116px;
  }

  .video-2 {
    transform:translate(42.8px,-133px) rotate(0deg);
    width:184.5px;
    height:116px;
  }

  .video-3 {
    transform:translate(53.8px,-133px) rotate(0deg);
    width:184.5px;
    height:116px;
  }
}

@media (min-width: 992px) {
  .video-1 {
    transform:translate(43.4px,-181.8px) rotate(0deg);
    width:253px;
    height:159px;
  }

  .video-2 {
    transform:translate(58.4px,-181.8px) rotate(0deg);
    width:253px;
    height:159px;
  }

  .video-3 {
    transform:translate(74.4px,-181.8px) rotate(0deg);
    width:253px;
    height:159px;
  }
}

@media (min-width: 1200px) {
  .video-1 {
    transform:translate(52px,-216.8px) rotate(0deg);
    width:304px;
    height:190px;
  }

  .video-2 {
    transform:translate(74px,-216.8px) rotate(0deg);
    width:304px;
    height:190px;
  }

  .video-3 {
    transform:translate(88px,-216.8px) rotate(0deg);
    width:304px;
    height:190px;
  }
}

@media (min-width: 1450px) {
  #about_me_container.container {
    max-width:1428px;
  }

  .video-1 {
    transform:translate(62px,-257px) rotate(0deg);
    width:359.5px;
    height:224.6px;
  }

  .video-2 {
    transform:translate(84px,-257px) rotate(0deg);
    width:359.5px;
    height:224.6px;
  }

  .video-3 {
    transform:translate(107px,-257px) rotate(0deg);
    width:359.5px;
    height:224.6px;
  }
}

::-webkit-scrollbar {
  width:10px;
}

::-webkit-scrollbar-track {
  background:#ceb49f;
}

::-webkit-scrollbar-thumb {
  background:#855f3c;
  border-radius:10px;
}

::-webkit-scrollbar-thumb:hover {
  background:#573e26;
  border-radius:10px;
}