.amblog-header-banner {
    width: 100%;
    height: auto;
}

.amblog-header-banner > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 3px solid #d61219;
    border-bottom: 1px solid #a9a9a9;
    border-left: 1px #a9a9a9;
    border-right: 1px solid #a9a9a9;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tabs__item {
    display: table-cell;
    border-left: 1px solid #a9a9a9;
    height: auto;
    vertical-align: center;
    margin: 0;
    flex-grow: 1;
}

.tabs__item a:hover, .tabs__item a.active {
    background-color: #d61219;
    color: #ffffff;
}

.tabs__link {
    display: block;
    height: auto;
}

.primary-nav {
    text-align: center;
}

.primary-nav a {
    padding: 1em;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .tabs {
        flex-direction: column;
    }

    .tabs__item {
        border-bottom: 1px solid #a9a9a9;
    }
}
