/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.page-manufacturer-header--has-both-images .page-manufacturer-header__logo-image {
    position: absolute;
    top: -34px;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    width: 150px;
}
@media (max-width: 767px){
    .page-manufacturer-header--has-both-images .page-manufacturer-header__logo-image {
        width: 100px;
    }
}


