﻿img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/Content/images/LACROIX_LOGO.png');
    max-width: 100%;
    max-height: 100%;
}

.swagger-ui .topbar svg:not(:root) {
    display: none;
}

.topbar-wrapper .link:before {
    background-image: url('/Content/images/LACROIX_LOGO.png');
    background-size: 140px 50px;
    display: inline-block;
    width: 140px;
    height: 50px;
    content: "";
}