.men-linkbox {
    margin-bottom: 1.5rem;
    width: 300px;
}

.men-linkbox__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.men-linkbox__color {   
    display: table-cell;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;  
    text-align: center;
    position: absolute;
    height: 100%;        
    top: 0;
    width:100%;
}
.men-linkbox-container{
    position: relative;
    padding-top: 150%;
    max-height: 440px;
}

.men-linkbox__image {    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;   
    text-align: center;
    position: absolute;
    height: 100%;        
    top: 0;
    width:100%;
}

.men-linkbox p {
    word-break: break-word;
    padding: 0 1rem;
    position: relative;
    font-weight: 200;
}

.men-linkbox__link {
    text-decoration: none;
    display: block;
}
@media(max-width:991px) {
    .men-linkbox{
        width: auto;
        max-width: 300px;
    }
}


@media(max-width:767px) {
    .men-linkbox {
        min-height: 100px;
        max-height: 120px;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    .men-linkbox__image,
    .men-linkbox__color {
        min-height: 100px;
        max-height: 120px;
        
    }
    .men-linkbox p {
        display: inline-block;
    }
}
