.pshWeeklyProductImage img {
    width: 60px;
    height: 75px;
    object-fit: cover;
}
.pshWeeklyProductImage {
    display: flex;
    width: 15%;
}
.pshWeeklyProductDetail {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin-left: 10px;
}
a.pshWeeklyProductLink {
    width: 100%;
}

@media screen and (max-width:768px) {
div#pushouseWeekly {
    bottom: 10% !important;
    right: 10px !important;
    left: unset !important;
}
.bellButton {
    position: absolute !important;
    top: 17px !important;
    left: 70px !important;
}
.bellPanel {
left: -25px !important;
}
}