.products article.item.feature {
    border: none;
    border-radius: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    padding: 0;
    max-width: unset;
    flex-direction: column;
}

.products article.item.feature .attributes {
    padding: 2em;
    width: auto;
    float: none;
    overflow: auto;
    text-align: center;
    font-size: 1.8em;
    max-width: 40em;
    margin-top: -5em;
    background-color: #fff;
    border-radius: 2em 2em 0 0;
    box-shadow: 0 -1em 1em #0007;
}

.products article.item.feature .caption,
article.item.feature .textarea {
    display: inline-block;
    padding-right: 1em;
    color: inherit;
}

.products article.item.feature .caption {
    margin: 0;
    font-weight: normal;
    display: block;
    float: none;
    border: none;
    text-transform: uppercase;
    line-height: 1.6em;
    padding: 0;
}

.products article.item.feature .caption a {
    display: block;
}

.products article.item.feature .attributes .attribute {}

.products article.item.feature .attributes .attribute.textarea {
    display: block;
    float: left;
}

.products article.item.feature .image, .products article.item.feature .googleMap {
    margin: 0;
    float: none;
    border: none;
    width: 100%;
    max-height: unset;
    max-width: unset;
}

.products article.item.feature .image .frame {
    border: none;
    padding: 0;
    max-height: unset;
    overflow: hidden;
}

.products article.item.feature .image img {
    width: 100%;
}

.products article.item.feature .buttons {
    clear: none;
    margin: 0;
    min-height: 0;
}

.products article.item.feature .buttons .public {
    margin-top: 2em;
}