#about-me-wrapper {
    /*padding: 0 0 200px 0;*/
    padding-bottom: 200px;
    width: 100%;
}

.o-mne-flex {
    display: flex;
    justify-content: space-around;
}

.o-mne-title {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 30px;
    color: #00A2B5;
    padding-left: 50px;
    text-align: center;
}

.o-mne-text-wrapper {
    padding: 0 50px;
}

.common-paragraph {
    text-indent: 40px;
    font-size: 120%;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
}


#o-mne-foto {
    width: 30%;
    height: 30%;
    /*float: right;*/
    /*margin: 0 50px;*/
}

#canvas-wrapper {
    /*border: solid 1px grey;*/
    width: 100%;
    /*height: 50%;*/
    position: relative;
}

canvas {
    width: 100%;
    display: inline-block;
    /*width: 600px;*/
    /*height: 600px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border: solid 1px gold;*/
    position: relative;
    bottom: 20px;
    margin: 0 auto;
}

/*.canvas-thumbnail {*/
/*    width: 64px;*/
/*}*/

.canvas-circle {
    margin: 0 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    /*color: #aaaaaa;*/
    background: #bbbbbb;
    transition: background-color .7s ease-in-out;
    box-shadow: rgba(0, 0, 0, .2) 0 -4px 0 inset;
}

.canvas-circle-active {
    /*color: #00A2B5;*/
    /*border: solid 3px #00A2B5;*/
    /*margin: -3px;*/
    background: #00A2B5;
    transition: background-color .7s ease-in-out;
}

.canvas-thumbnail-wrapper {
    text-align: center;
    /*position: relative;*/
    bottom: 50px;
}

#canvas-caption-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    top: 55%;
    left: 0;
    position: absolute;
    /*bottom: 220px;*/
    /*border: solid 1px black;*/

}

#canvas-caption {
    font-size: 130%;
    color: #00A2B5;
    /*background: #00000011;*/
    background: #ffffff99;
    padding: 1px 7px;
    border-radius: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px 0;
}

@media only screen and /*(min-width: 801px) and*/ (max-width: 1080px) {
    /*.o-mne-flex {
        flex-direction: column;
    }*/

    #o-mne-foto {
        width: 20%;
        height: 20%;
    }

    .o-mne-text-wrapper {
        padding: 0 10px;
        width: 60%;
    }

    .last-common-paragraph {
        margin-top: 25px;
    }
}