div#div_col_body_user {
    overflow: hidden;
}
div#div_row_head{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
/* Ours */
div#div_row_ours{
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Collaborators */
.div_row_collaborator{
    padding: 50px 0px;
}
.div_img_collab{
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
}
.img_collab{
    border-radius: 20px;
}
img.img_coll_links{
    height: 30px;
}
a.lnk_coll_links{
    margin-right: 10px;
}
.div_col_lstlogcoll .slick-prev,
.div_col_lstlogcoll .slick-next{
    height: 20px;
    width: initial;
}
.div_col_lstlogcoll .slick-prev{
    left: -30px;
}
.div_col_lstlogcoll .slick-next{
    right: -5px;
}
.img_logcoll{
    display: block;
    margin: auto;
    width: 100px;
}
.div_row_lstlogcoll{
    margin-top: 20px;
}
.div_col_lstlogcoll{
    text-align: center;
}
.div_cont_logcoll {
    margin-right: 30px;
}
.h3_collab{
    line-height: 1;
    display: block;
    text-align: center;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    div#div_row_head {
        position: absolute;
    }
    .div_col_infcolab{
        padding-top: 25px;
    }
}