
img.rounded {

    display: inline-block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;

}

.photo_imgsec {
    float: right;
    padding: 10px;
    text-align: center
}

@media only screen and (max-width: 568px) {
    .photo_imgsec {
        float: none;
        padding: 10px;
        text-align: center
    }
}