h1{
    color: whitesmoke;
}
.title{
    padding: 30px;
    color: #0103fe;
    border-radius: 85px;
    -moz-box-shadow:    inset  0  80px 80px -80px #0103fe, 
    inset  0 -80px 80px -80px #0103fe;
    -webkit-box-shadow: inset  0  80px 80px -80px #0103fe, 
    inset  0 -80px 80px -80px #0103fe;
    box-shadow:        inset  0  80px 80px -80px #0103fe, 
    inset  0 -80px 80px -80px #0103fe;
}
.content,.col-xs-12 .meta{
    -moz-box-shadow:    inset  0  80px 80px -80px #0103fe, 
    inset  0 -80px 80px -80px #0103fe;
    -webkit-box-shadow: inset  0  80px 80px -80px #0103fe, 
    inset  0 -80px 80px -80px #0103fe;
    box-shadow:        inset  0  80px 80px -80px #0103fe,
    inset  0 -80px 80px -80px #0103fe;
}
.abouts{
    color: whitesmoke;
    font-size: 1.2em;
    margin: 50px;
}

.col-xs-12{
    height: 240px;
    margin-bottom: 300px;
}
.team-frame {
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 0px;
    right: 0;
}
img.team-member {
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 3px;
    right: 0;
    padding: 12px;
    z-index: 1;
    transition: .85s ease;
}
.member-meta{
    position: absolute;
    width: 40%;
    height: 40%;
    left: 30%;
    top: 240px;
    color: whitesmoke;
    font-size: 1.2em;
}
.member-meta h3,.member-meta h4{
    color: aqua;
}
.suchas{
    font-size: 0.8em;
}
.team-member:hover{
    background-color: #0000F0;
}
@media (max-width: 480px){
    .col-xs-12{
    margin-bottom: 330px;
    }
}