@import url(https://db.onlinewebfonts.com/c/2307ac95729df0757b461f4bebd3df2d?family=Helvetica+Neue+Extra+Black+Condensed);

img {
    display: block;
}
.header-row {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
    position: relative;
}
.ad-area {
    height: 88px;
    align-self: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ad-text {
    white-space: pre;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #000;
    padding-left: 2;
    padding-right: 3;
    font-family: "Helvetica Neue Extra Black Condensed";
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: left;
    z-index: 10;
    border-top-right-radius: 5px;
}
.ad-area img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border: 1px solid white;
}
