.figure {
    max-width: 300px;
    margin: 70px auto 30px;
    display: block;
}
.figure img{
    width: 100%;
}
.hide{
    display: none;
}

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
    border-top: 3px #3e89a8 solid;
}