#menu-products .menup-background {
        background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
#menu-products .menup-background {
        padding-top: calc(100% + 6px);
}

/*Party Size*/
a.party-size .menup-background {
    background-image: url(https://www.sasquatch.build/resers/smk2023/wp-content/uploads/2023/08/Artichoke_Jalapeno_Parmesan_Party_Size-1.jpg)!important;

}
#menu-products a.party-size {
    border-color: #FD9300!important;
}
.party-size:hover .menup-name, a.party-size .menup-background {
    background-color: #FD9300;
}
/*Salads*/
    a.salads .menup-background {
    background-image: url(https://www.sasquatch.build/resers/smk2023/wp-content/uploads/71117.18560_37701_SMK_9oz_Tuscan-Style-Pasta-Salad_PA312_Prepack_TOP.png)!important;
}
#menu-products a.salads {
    border-color: #5A783F!important;
}
.salads:hover .menup-name,a.salads .menup-background  {
    background-color: #5A783F;
}



ul#menu-products {
    display: flex;
    flex-wrap: wrap;
    padding:  5px;
}
#menu-products a {
    width: calc(33% - 10px);
    margin:  5px;
    margin-top: 0;
    border:  2px solid;
        display: flex;
    flex-direction: column;
}







a.dips .menup-background {
    background-image: url(https://www.sasquatch.build/resers/smk2023/wp-content/uploads/71117.18552_37697_SMK_10oz_Artichoke-Jalapeno-Parmesan_DI300_Prepack_TOP-scaled-1.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
#menu-products a.dips {
    border-color: #f47920!important;
}
a.dips .menup-background {
    background: #f47920;
}
.dips:hover .menup-name {
    background-color: #f47920;
}


.our-products .menup-background {
    background-image: url(https://www.sasquatch.build/resers/smk2023/wp-content/uploads/SMK_Our_Products_Front_3.jpg)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
	background-color: #009DB0
}


#menu-products a.our-products {
    border-color: #009DB0!important;
}
a.our-products .menup-background {
    background: #009DB0;
}
.our-products:hover .menup-name {
    background-color: #009DB0;
}





