/*
Theme Name: Marketing
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 6.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.product-small.box .box-image img {
    object-fit: cover;
    object-position: top;
}

.product-small.box .box-image {
        height: 300px;
        box-shadow: 0 0 0 !important;
        border: none;
    }
