.brand-partnerships-header{
    position:absolute;
    bottom:120px;
    width:38%;
}

.thumbnail {
    border:0px;
}

.thumbnail>img {
    max-height:139px;
}

.product-custom-bg{
    margin:0px;
    padding:0px;
    background: #eee;
}
.product-custom-blocky { margin:0px; }

 /* Tablet Landscape */
 @media (max-width: 1199px){
    .brand-partnerships-header{
        top:-230px;
        width:36%;
    }
}

/* Tablet Portrait */
@media (max-width: 991px){
    .brand-partnerships-header{
        top:-207px;
        width:35%;
    }
}

/* Smaller than Tablet */
@media (max-width: 767px){
    .brand-partnerships-header{
        bottom:100px;
        width:33%;
    }
}

/* Mobile*/
@media (max-width: 480px){
    .brand-partnerships-header{
        top:-397px;
        width:92%;
    }
}