.browse-crew-banner{
    background-image: url(/images/browseCrew-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:44vh;
}
.bannercontent{/* margin-top:48px; */}
.bannercontent h1{color:#fff;}
.browse-crewHeader h4{margin-top:5px;}
.browse-crewHeader h4::after {
    background: #b7a064;
    content: "";
    display: block;
    height: 4px;
    margin-top: 10px;
    width: 100px;
    position:absolute;
    right:46%;
}
.name{
    margin:0;
    font-weight: 600;
    font-size: small;
    text-transform: capitalize;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #b7a064;
}
.img-thumbnail{
    padding:0;
    border:none;
    width:100%;
    height: 100%;
    border-radius: 0;
}
.crew-item{
    padding: 0;
    margin:4px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.crew-item:hover{

}