.hg-vendor-page {
    width:100%;
    margin:0;
    padding:0;
}

.hg-vendor-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hg-vendor-image {
    width: 100%;
    max-width: 100%;
    height: 1200px;
    overflow: hidden;
    position: relative;
}

.hg-vendor-image img {
    width: 100%;
    max-width: 100%;
    height: 1200px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hg-vendor-button {
    position:absolute;
    left:31%;
    bottom:50px;
    transform:translateX(-50);
    z-index:5;
}

.hg-vendor-button a {
    display:inline-block;
    padding:39px 88px;
    background:#c58a45;
    color:#ffffff;
    font-family:Arial, sans-serif;
    font-size:50px;
    font-weight:bold;
    text-decoration:none;
    border:4px solid #ffffff;
    border-radius:10px;
    box-shadow:0 7px 18px rgba(0,0,0,0.4);
    white-space:nowrap;
}

/* VENDOR FOOTER IMAGE */

.hgp-footer-army-green {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.hgp-footer-image {
    width: 100%;
    height: 500px;
    object-fit: fill;
    display: block;
}