.ctnContentWrapper.container-fluid .ctnContentHeader div .ctnContentHeaderBody {
    visibility: hidden;
}

.ctnContentWrapper.container-fluid .ctnContentTitle {
    visibility: hidden;
}

.ctnContentHeaderBody .btnHeaderLogo img:first-of-type {
    width: auto;
    height: 75px;
}

.ctnContentHeaderBody .btnHeaderLogo img.bolt {
    width: auto;
    height: 50px;
    margin-top: 30px;
    display: block;
    position: relative;
    margin: 20px auto 0px auto;
}

@media only screen and (min-width: 992px) {
    .ctnContentHeaderBody .btnHeaderLogo img.bolt {
        bottom: -26px;
        float: right;
        padding-left: 20px;
        margin-top: 0px;
    }
}