.jdg-logo-img {
    width: 100px;
/*    height: 40px;*/
}

.heading {
    font-size: 12vw;
}

.supHeading {
    font-size: 5vw;
}

.links-grid-mod {
    grid-template-columns: 1fr;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-style:none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

    height: 85vh;
    justify-self: start;
    align-self: start;
    
    padding-bottom: 60px;
}

.grid {
    grid-template-rows: 60px 1fr 40px;
    overflow: hidden;
}

.cell {
    padding: 10px;
    width: 100%;
    ;
}

.mobile-spacer {
    height: 20px;
}

input {
    font-size: 4vw;

}

.vendor-code {
    margin: 20px 0px;
}

.link-img {
    width: 100%;
    height: 45vw;
    object-fit: cover;

    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;

    border-radius: 10px
}

.title {
    font-size: 31px;
/*    font-size: 5vw;*/
/*    max-width: 80%;*/
    min-height: 80px;
    width: 100%;
}

.title::before {
    height: 60px;
}
