.content__aside {
    display: none;
}
.content__main {
    width: 100%;
}

.profile-title{
    margin-bottom: 0.5rem;
}

.profile-positions{
    padding-top: 0rem;
    padding-left: 1rem;
    padding-bottom: 0rem;
    list-style-type: none;
}

.profile-positions li{
    padding: 7px 0px;
}

.profile-image{
    max-width: 40%;
    float: right;
    box-shadow: 0px 12px 6px -8px rgba(0,0,0,.25);
    border-radius: 3px;
    border: 2px solid black;
    margin: 10px;
}

.half-hr{
    width: 50%;
    border: none;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

h1, h2, h3, h4 {clear: none;}

