
.top-box-member-panel {
    margin-top:20px;
}

.top-box-member-panel h2 {
    color:#2b2b2b;
    font-size:33px;
    font-weight:bold;
}

.grid-contain {
    margin-top:40px;
}

.grid-contain,
.portfolio-view-more-contain {
    overflow:hidden;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.bottom-bar {
    height:30px;
    width:100%;
    position: absolute;
    z-index: 100;
    background:black;
}
.grid-item {
    overflow:hidden;
    position: relative;
    margin:2px 0;
    box-shadow: inset 0 0 2px 1px rgba(40,42,45,.4); /* mark the inset */

}

.grid-item-inset {
    height: 100%;
    background-size:cover;
    background-position:center center;
    margin:0 2px;
}

.grid-item img {
    visibility: hidden;
}

.grid-item--width img {
    width:100% !important;
}

.grid-item--height .img-shadow {
    height:100% !important;
}

.grid-item--height {
    height:100%;
}

.grid-item--height img {
    max-height:100%;
    width:auto;
    height:auto;
    max-width:none;
}

.grid-sizer,
.grid-item {
    width: 20%;
}

.grid-item--width2 { width:  40%;  }
.grid-item--width3 { width:  20%; }
.grid-item--width3 a { padding-top:2.5%; }
.grid-item--width4 { width:  10%; height:100px; }
.grid-item--width5 { width:  10%; height:100px; }



.grid-item-inset--width3 {
    width:33%;
}

.col-contain {
    display:flex;
    height:100%;
}



.col-contain.cols3 .col {
    width:33%;
}

.col-contain.cols3 .col:first-child {
}

.col-contain.cols3 .col:last-child {
}

.col-contain.cols2 .col {
    width:50%;
}

.col-contain.cols2 .col:first-child {
}

.col-contain .col {
    flex:1;
    vertical-align:top;
}

.member-profile-thumb img {
    border-radius:50%;
    height:125px;
    width:125px;
    background-image:url('https://cdn.dvidshub.net/media/personnel/1218286.jpg');
    background-size:cover;
    background-position:top center;
    margin-right:15px;
}

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.portfolio-view-more-contain {
    margin-bottom:40px;
    margin-top:0;
    padding:0;
}

.portfolio-view-more {
    margin:0;
}



.member-profile-thumb-contain {
    float:left;
}

.top-box-member-panel .subscribe-wrapper {
    float:left;
}

.top-box-member-panel h2.member-title {
    margin-top:0;
}

.member-bio {
    margin-top:20px;
    margin-bottom:20px;
}

.top-box-member-panel .member-details {
    margin-top:10px;
    width:100%;
}

.top-box-member-panel .member-actions {
    float:right;
    padding-top:5px;
}

.top-box-member-panel .small-icons {
    vertical-align:top;
    margin-left:10px;
}

.top-box-member-panel .logo {
    float:left;
    margin-right:15px;
}

.top-box-member-panel .details-row-2 {
    margin-top:5px;
}
.member-details-contain {
    width:100%;
}

.grid-contain .play-icon {
    color: white;
    font-size: 30px;
    height: 30px;
    /* vertical-align: middle; */
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
}