﻿#logo, #logo_header { display: none; }

#header { display: block; height: 78px; margin-bottom: 5px; padding-top: 5px; }

#header_left, #header_right {height: 70px; width:49%; display: inline-block;}

#ukc {
     height: 70px;
                width: auto;
     background: url("UKC2025.png") center top no-repeat;
                background-size: contain;
     overflow: hidden;
    display:block;
}

#ukc span { display: none; }

#header_right div {
     height: 70px;
                width: auto;
     background: url("PwC.png") center top no-repeat;
                background-size: contain;
     overflow: hidden;
    display:block;
}

/* CSS smaller than 435px, all devices */
@media only screen and (max-width: 435px) {

#header, #ukc { display: block; height: 50px; }
#header { margin-bottom: 5px; }

#header_left, #header_right { display: block; width:100%}

}