NOTE: You are only replacing everything with brackets below - "[Replace]"
_____________________________________
/* Client: [Insert Client Name Here] */
/* hides your agency logo on the specific sub-account */
display: none;
}
/* adds client logo */.[Sub Account ID] .agency-logo-container {
background-image: url([Logo URL]);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 75px;
}