#logoContainer {
    width: 265px;
    height: 45px;
    display: block;
}

#logoContainer img
{
    max-width: 100%;
    max-height: 100%;
}

.breadcrumb ul li.with-arrow::after
{
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 13px;
    top: 0;
    right: -6px;
    position: absolute;
    color: #111;

}