.profile-wrapper {
    width: 100%;
    /** height: 80vh; **/
    height: 300px;
    background-image: none;
}

.net-picture {
  width: 100%;
  height: 100%;
}


  @media(min-width: 1185px) {
    .feature {
        max-width: 340px;
    }

    .profile-wrapper {
      background-image: url('../img/internet_profile.jpg');
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .profile-overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(124, 124, 124, 0.80);
    }
  
    .feature-overlay {
      background-color: rgb(45, 45, 102, 0.6) !important;
      color: rgb(255, 255, 255, 0.25) !important;
    }

    .net-picture {
      display: none;
    }
  }
