﻿#header { background-color: #dbe3d2; }

.resultsblock-title { background: #dbe3d2; }

#logo, #logo_header { display: none; }

#header { display: block; height: 207px; margin-bottom: 5px; padding-top: 5px; }

#header_left {height: 200px; }

#event {
     height: 200px;
                width: auto;
     background: url("BPC2025.png") center top no-repeat;
                background-size: contain;
     overflow: hidden;
     display: block;
        margin-left: auto;
        margin-right: auto;
}

#event span { display: none; }

/* CSS smaller than 580px, all devices */
@media only screen and (max-width: 580px) {

#header { display: block; height: 150px; margin-bottom: 5px; }
#event { height: 150px; }

/* CSS smaller than 435px, all devices */
@media only screen and (max-width: 435px) {

#header { display: block; height: 100px; margin-bottom: 5px; }
#event { height: 100px; }

}