.section_top_item{
    display: block;
    height: 400px;
    width: 100%;
}
.section_top_item .name{
    color: #788ea2;
    text-transform: uppercase;
    height: 50px;
}
.section_top_item .picture{
    background-color: #cacac8;
    /*background-position: center;*/
    background-size: cover;
    height: calc(100% - 70px);
    width: 100%;
    display: block;
}