<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile-wrapper {
    width: 100%;
    /** height: 80vh; **/
    height: 300px;
    background-image: none;
}

.net-picture {
  width: 100%;
  height: 100%;
}

.card{
    border: solid;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.card-inner{
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100vh-20px);
    margin-left: 10px;
}

.cenovka{
    padding:5px;
    background: #000000;
    color: #ffffff;
    margin: 9px;
    font-weight: bold;
    font-size: 16pt;
    border-left: #aaaaaa 10px solid;
}

  @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;
    }
  }
  
</pre></body></html>