@media only screen and (min-width: 1288px) {
  .profile-header-wrapper {
    float: left;
    width: 50%;
    margin-right: 1%;
  }
  .profile-description.mb-4.clearfix {
    width: 60%;
    max-height: 700px;
    overflow: auto;
    margin-left: 1% !important;
    float: right;
    margin-top: -100px;
    padding-top: 10px;
  }
  .profile-attacks-header {
    clear: right !important;
  }
  .profile-links.col-md-6 {
    margin-right: 1%;
    min-width: 100%;
  }
  .profile-followers.col-md-6 {
    margin-top: -1%;
    margin-bottom: 2%;
    min-width: 100% !important;
  }
  .profile-stats, .profile-characters, .profile-attacks, .profile-defenses {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 768px) {
  .profile-header-name .element-disabled {
    display: none;
  }
}
