
#desc-halfbg-text-2 .bg {
    background-image: url('../images/topography.png');
}

.tax-max-banner__wrapper {
    width: 100%;
}

.tax-max-banner__link {
    text-decoration: none;
    outline: none;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
}

.tax-max-banner__link:hover::before {
    content: 'External Link (will open a new tab)';
    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #333;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.tax-max-banner__image {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border: 3px solid #333;
}

@media screen and (max-width: 768px) {
    .tax-max-banner__wrapper {
        padding-top: 24px;
    }
}
