.product-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* 3/4 = 75% */
}

.product-4-3 img {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 4/3;
    object-fit: cover;
}

.clickable {
    cursor: pointer;
}