.coffee_machine-img {
    width: 380px !important;
    height: 450px !important;
    object-fit: cover !important;
}

@media(max-width: 768px) {
    .coffee_machine-img {
    width: 180px !important;
    height: 200px !important;
    object-fit: cover !important;
}

}
.silverCoffee_machine-img {
    width: 380px !important;
    height: 200px !important;
    object-fit: cover !important;
}

@media(max-width: 768px) {
    .silverCoffee_machine-img {
    width: 280px !important;
    height: 150px !important;
    object-fit: cover !important;
}

}

.coffee_cups-img {
    width: 300px !important;
    height: 150px !important;
    object-fit: cover !important;
}

@media(max-width: 768px) {
    .coffee_cups-img {
    width: 200px !important;
    height: 100px !important;
    object-fit: cover !important;
}
}