body{
    font-size: 0.9rem;
}

.brand-logo{
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 206px;
}
.brand-logo.white{
    background-image: url(/brand/cinemax_white_transparent.svg);
}

.brand-logo.blue{
    background-image: url(/brand/cinemax_blue_transparent.png);
}
