.model_container {
    min-height:1000px;
}

.model_container .model_item {
    /*position: absolute;*/
    float: left;
}

.model_container .model_item  .thumbnail{
    overflow: hidden;
    float: left;
}

.model_container .model_name {
    background-color: #cccccc;

    position: absolute;
    bottom:20px;
    width:100%;
    text-align: center;

    height: 2.3em;
    line-height: 2.3em;
    opacity: .9;
    font-size: 1.2em;

    color: wheat;
    background-color: rgba(14, 14, 14, 0.74);

    border-right:4px solid #fff;
    border-left:4px solid #fff;
    border-bottom:4px solid #fff;
}
.model_container .model_name_grida {
    background-color: #cccccc;

    position: absolute;
    bottom:0;
    width:100%;
    text-align: center;

    height: 2.3em;
    line-height: 2.3em;
    opacity: .9;
    font-size: 1.2em;

    color: wheat;
    background-color: rgba(14, 14, 14, 0.74);

    border-right:4px solid #fff;
    border-left:4px solid #fff;
    border-bottom:4px solid #fff;

}

#grida .item {
position: relative;
}

.grid-item{
    width:300px;
}

.grid-item .thumbnail {
    border:0;
    border-radius: 0;
}

@media all and (max-width: 768px){
    .hide-search .row div {
        text-align: center !important;
    }

    .profile-detail-column {
        max-height: 190px;
    }

}

@media all and (max-width: 767px){

    .center-logo .photo-item {
        width:100%;
    }

}