.aboutmeSection {
    flex-wrap: wrap;
}

.aboutmeTextBox, .aboutmeImg {
    display: flex;
    width: 100%;
}

.aboutmeImg img {
    width: 100%;
    object-fit: cover;
}

.aboutmeTextBox {
    padding: 2rem 0;
}

.aboutmeText {
    width: var(--contentWidth);
    margin: 0 auto;
    padding: 0;
    font-size: 1rem;
    line-height: 1.75rem;
}

.citation {
    text-align: center;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 2rem 0;
}

.aboutmeImg .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 5px 0 5px 0 rgba(0,0,0,0.3) inset;
}

.aboutmeText {
    font-size: 18px;
    line-height: 36px;
    max-width: 600px;
    margin: 0 0 0 auto;
    padding-right: 50px;
    text-align: justify;
}