div.profile-area {
    margin-top: 2em;
}
div.user-photo {
    padding: 0;
}
div.user-photo img.profile-pic {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
div.user-photo a.premium-badge {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: -75px;
    margin-left: 200px;
    clear: both;
}
div.user-photo a.premium-badge img {
    display: block;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
}
div.user-basicinfo h2 span.profile-nickname {
    color: #978d8d;
}
div.user-basicinfo a {
    text-decoration: none;
}
div.user-basicinfo h3 {
    color: var(--textColor);
}
div.user-basicinfo h5 {
    font-size: 1em;
}
div.user-basicinfo p.qth-address {
    font-style: italic;
    font-size: 0.9em;
    color: var(--secondaryInformation);
}
div.user-basicinfo a.country-flag {
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 24px;
    margin-top: -2px;
    margin-left: 10px;
}
div.bio-informations img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    div.profile-area {
        margin-top: 0em;
    }
    div.bio-informations iframe {
        max-width: 100%;
        min-height: 180px;
    }
}
.stamp {
    float: left;
    transform: rotate(12deg);
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.15rem 0.7rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    -webkit-mask-image: url('grunge.png');
    -webkit-mask-size: 350px 200px;
    mix-blend-mode: screen;
    cursor:default;
}
.stamp small {
    display: block;
    text-align: center;
}
.stamp-verified {
    color: #94a999;
    border: 0.35rem solid #94a999;
    -webkit-mask-position: 13rem 6rem;
    transform: rotate(2deg);
} 
.stamp-staff {
    color: #366095;
    border: 0.5rem double #366095;
    transform: rotate(-5deg);
  font-size: 2rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  border-radius: 0;
  padding: 0.1em 0.3em;
} 
.award-badge a { 
    display: block;
    width: 100%;
    height: auto;
}
.award-badge a img { 
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
