.custom-brands-slider img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media only screen and (max-width: 768px){
    .custom-brands-slider img {
        position: relative;
    }
}