section#two div#page-description{
    text-align:center;
    font-size: 25px;
}

section#two div.col-md-2{
    min-width: 20%;
}

section#three span.figure-image{
    display: block;
    position: relative;
    overflow: hidden;
    height: 720px;
}

section#three span.figure-image > img{
    border-radius: 50%;
    position: relative;
    top: 78px;
}

@media screen and (min-width: 200px) and (max-width: 425px) {
    section#three span.figure-image > img{
        position: static;
    }

    section#three span.figure-image {
        height: auto;
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    section#three span.figure-image > img{
        position: static;
    }

    section#three span.figure-image {
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px){
    section#three span.figure-image > img{
        position: static;
    }

    section#three span.figure-image {
        height: auto;
    }

}